Skip to content

Commit 400fa14

Browse files
committed
Merge branch 'dev' into 3.7
2 parents fec30d0 + be5a9e6 commit 400fa14

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
@@ -217,13 +217,13 @@ endif
217217
ifeq ($2,macOS)
218218
cd $$(OPENSSL_DIR-$1) && \
219219
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
221221
else
222222
cd $$(OPENSSL_DIR-$1) && \
223223
CC="$$(CC-$1)" \
224224
CROSS_TOP="$$(dir $$(SDK_ROOT-$1)).." \
225225
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
227227
endif
228228

229229
# Build OpenSSL

0 commit comments

Comments
 (0)