Skip to content

Commit d7c119f

Browse files
committed
Make sure openSSL docs aren't installed locally.
1 parent 3b31d21 commit d7c119f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,13 @@ endif
215215
ifeq ($2,macOS)
216216
cd $$(OPENSSL_DIR-$1) && \
217217
CC="$$(CC-$1)" MACOSX_DEPLOYMENT_TARGET=$$(MACOSX_DEPLOYMENT_TARGET) \
218-
./Configure darwin64-x86_64-cc --openssldir=$(PROJECT_DIR)/build/$2/openssl
218+
./Configure darwin64-x86_64-cc no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl --openssldir=$(PROJECT_DIR)/build/$2/openssl
219219
else
220220
cd $$(OPENSSL_DIR-$1) && \
221221
CC="$$(CC-$1)" \
222222
CROSS_TOP="$$(dir $$(SDK_ROOT-$1)).." \
223223
CROSS_SDK="$$(notdir $$(SDK_ROOT-$1))" \
224-
./Configure iphoneos-cross no-asm --openssldir=$(PROJECT_DIR)/build/$2/openssl
224+
./Configure iphoneos-cross no-asm no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl --openssldir=$(PROJECT_DIR)/build/$2/openssl
225225
endif
226226

227227
# Build OpenSSL

0 commit comments

Comments
 (0)