File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,13 +215,13 @@ endif
215
215
ifeq ($2,macOS)
216
216
cd $$(OPENSSL_DIR-$1) && \
217
217
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
219
219
else
220
220
cd $$(OPENSSL_DIR-$1) && \
221
221
CC="$$(CC-$1)" \
222
222
CROSS_TOP="$$(dir $$(SDK_ROOT-$1)).." \
223
223
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
225
225
endif
226
226
227
227
# Build OpenSSL
You can’t perform that action at this time.
0 commit comments