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 a1d6b75 commit 5099222Copy full SHA for 5099222
1 file changed
Makefile
@@ -246,7 +246,11 @@ $(CURL_LIB):
246
# --without-zsh-functions-dir \
247
# --without-libgsasl \
248
249
+ ifeq ($(PLATFORM),windows)
250
+ msys2 "cd $(CURL_SRC) && make"
251
+ else
252
cd $(CURL_SRC) && make
253
+ endif
254
255
mkdir -p $(CURL_DIR)/$(PLATFORM)
256
mv $(CURL_SRC)/lib/.libs/libcurl.a $(CURL_DIR)/$(PLATFORM)
0 commit comments