We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47724ee commit 165e0a3Copy full SHA for 165e0a3
Makefile
@@ -178,7 +178,7 @@ openssl:
178
179
cd $(CURL_DIR)/src/openssl && \
180
./Configure android-$(if $(filter aarch64,$(ARCH)),arm64,$(ARCH)) \
181
- --prefix=$(ANDROID_NDK)/toolchains/sysroot/usr \
+ --prefix=$(BIN)/../sysroot/usr \
182
no-shared no-unit-test \
183
-D__ANDROID_API__=26 && \
184
make && make install_sw
0 commit comments