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 @@ -217,13 +217,13 @@ endif
217
217
ifeq ($2,macOS)
218
218
cd $$(OPENSSL_DIR-$1) && \
219
219
CC="$$(CC-$1)" MACOSX_DEPLOYMENT_TARGET=$$(MACOSX_DEPLOYMENT_TARGET) \
220
- ./Configure darwin64-$$(ARCH-$1)-cc no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl
220
+ ./Configure darwin64-$$(ARCH-$1)-cc no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl --openssldir=/etc/ssl
221
221
else
222
222
cd $$(OPENSSL_DIR-$1) && \
223
223
CC="$$(CC-$1)" \
224
224
CROSS_TOP="$$(dir $$(SDK_ROOT-$1)).." \
225
225
CROSS_SDK="$$(notdir $$(SDK_ROOT-$1))" \
226
- ./Configure iphoneos-cross no-asm no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl
226
+ ./Configure iphoneos-cross no-asm no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl --openssldir=/etc/ssl
227
227
endif
228
228
229
229
# Build OpenSSL
You can’t perform that action at this time.
0 commit comments