Skip to content

Commit 1dfe9d4

Browse files
f0rmigaindygreg
authored andcommitted
fix: don't install openssl docs
1 parent 1fd86b4 commit 1dfe9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/build-openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ EXTRA_FLAGS="${EXTRA_FLAGS} ${EXTRA_TARGET_CFLAGS}"
4040
/usr/bin/perl ./Configure --prefix=/tools/deps ${OPENSSL_TARGET} no-shared no-tests ${EXTRA_FLAGS}
4141

4242
make -j ${NUM_CPUS}
43-
make -j ${NUM_CPUS} install DESTDIR=${ROOT}/out
43+
make -j ${NUM_CPUS} install_sw install_ssldirs DESTDIR=${ROOT}/out

0 commit comments

Comments
 (0)