We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0759d7d commit 8a057c0Copy full SHA for 8a057c0
1 file changed
Makefile
@@ -244,11 +244,7 @@ $(CURL_LIB):
244
# --without-zsh-functions-dir \
245
# --without-libgsasl \
246
247
- ifeq ($(PLATFORM),windows)
248
- msys2 "cd $(CURL_SRC) && make"
249
- else
250
cd $(CURL_SRC) && make
251
- endif
252
253
mkdir -p $(CURL_DIR)/$(PLATFORM)
254
mv $(CURL_SRC)/lib/.libs/libcurl.a $(CURL_DIR)/$(PLATFORM)
0 commit comments