Skip to content

Commit cb7e5fe

Browse files
committed
Refs #119 - Simplified OpenSSL configuration.
1 parent fc6c57a commit cb7e5fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
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 --openssldir=$(PROJECT_DIR)/build/$2/openssl
240+
./Configure darwin64-$$(ARCH-$1)-cc no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl
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 --openssldir=$(PROJECT_DIR)/build/$2/openssl
246+
./Configure iphoneos-cross no-asm no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl
247247
endif
248248

249249
# Build OpenSSL

0 commit comments

Comments
 (0)