Skip to content

Commit 165e0a3

Browse files
committed
fix android openssl prefix
1 parent 47724ee commit 165e0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ openssl:
178178

179179
cd $(CURL_DIR)/src/openssl && \
180180
./Configure android-$(if $(filter aarch64,$(ARCH)),arm64,$(ARCH)) \
181-
--prefix=$(ANDROID_NDK)/toolchains/sysroot/usr \
181+
--prefix=$(BIN)/../sysroot/usr \
182182
no-shared no-unit-test \
183183
-D__ANDROID_API__=26 && \
184184
make && make install_sw

0 commit comments

Comments
 (0)