We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20767f8 + be5a9e6 commit 51c7916Copy full SHA for 51c7916
Makefile
@@ -237,13 +237,13 @@ endif
237
ifeq ($2,macOS)
238
cd $$(OPENSSL_DIR-$1) && \
239
CC="$$(CC-$1)" MACOSX_DEPLOYMENT_TARGET=$$(MACOSX_DEPLOYMENT_TARGET) \
240
- ./Configure darwin64-$$(ARCH-$1)-cc no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl
+ ./Configure darwin64-$$(ARCH-$1)-cc no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl --openssldir=/etc/ssl
241
else
242
243
CC="$$(CC-$1)" \
244
CROSS_TOP="$$(dir $$(SDK_ROOT-$1)).." \
245
CROSS_SDK="$$(notdir $$(SDK_ROOT-$1))" \
246
- ./Configure iphoneos-cross no-asm no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl
+ ./Configure iphoneos-cross no-asm no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl --openssldir=/etc/ssl
247
endif
248
249
# Build OpenSSL
0 commit comments