We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a62b4 commit 37b723bCopy full SHA for 37b723b
1 file changed
Makefile
@@ -177,7 +177,7 @@ ifneq ($(COVERAGE),false)
177
genhtml $(COV_DIR)/coverage.info --output-directory $(COV_DIR)
178
endif
179
180
-$(SSL) $(CRYPTO) $(OPENSSL):
+openssl:
181
git clone https://github.com/openssl/openssl.git $(CURL_DIR)/src/openssl
182
183
cd $(CURL_DIR)/src/openssl && \
@@ -187,6 +187,8 @@ $(SSL) $(CRYPTO) $(OPENSSL):
187
-D__ANDROID_API__=26 && \
188
make && make install_sw
189
190
+$(SSL) $(CRYPTO) $(OPENSSL): openssl
191
+
192
ifeq ($(PLATFORM),android)
193
$(CURL_LIB): $(SSL) $(CRYPTO) $(OPENSSL)
194
else
0 commit comments