File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -237,13 +237,13 @@ endif
237
237
ifeq ($2,macOS)
238
238
cd $$(OPENSSL_DIR-$1) && \
239
239
CC="$$(CC-$1)" MACOSX_DEPLOYMENT_TARGET=$$(MACOSX_DEPLOYMENT_TARGET) \
240
- ./Configure darwin64-$$(ARCH-$1)-cc no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl --openssldir=$(PROJECT_DIR)/build/$2/openssl
240
+ ./Configure darwin64-$$(ARCH-$1)-cc no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl
241
241
else
242
242
cd $$(OPENSSL_DIR-$1) && \
243
243
CC="$$(CC-$1)" \
244
244
CROSS_TOP="$$(dir $$(SDK_ROOT-$1)).." \
245
245
CROSS_SDK="$$(notdir $$(SDK_ROOT-$1))" \
246
- ./Configure iphoneos-cross no-asm no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl --openssldir=$(PROJECT_DIR)/build/$2/openssl
246
+ ./Configure iphoneos-cross no-asm no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl
247
247
endif
248
248
249
249
# Build OpenSSL
You can’t perform that action at this time.
0 commit comments