Skip to content

Commit 51c7916

Browse files
committed
Merge branch 'dev' into 3.9
2 parents 20767f8 + be5a9e6 commit 51c7916

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
@@ -237,13 +237,13 @@ endif
237237
ifeq ($2,macOS)
238238
cd $$(OPENSSL_DIR-$1) && \
239239
CC="$$(CC-$1)" MACOSX_DEPLOYMENT_TARGET=$$(MACOSX_DEPLOYMENT_TARGET) \
240-
./Configure darwin64-$$(ARCH-$1)-cc no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl
240+
./Configure darwin64-$$(ARCH-$1)-cc no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl --openssldir=/etc/ssl
241241
else
242242
cd $$(OPENSSL_DIR-$1) && \
243243
CC="$$(CC-$1)" \
244244
CROSS_TOP="$$(dir $$(SDK_ROOT-$1)).." \
245245
CROSS_SDK="$$(notdir $$(SDK_ROOT-$1))" \
246-
./Configure iphoneos-cross no-asm no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl
246+
./Configure iphoneos-cross no-asm no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl --openssldir=/etc/ssl
247247
endif
248248

249249
# Build OpenSSL

0 commit comments

Comments
 (0)