We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece2fb6 commit 62c485bCopy full SHA for 62c485b
1 file changed
Makefile
@@ -260,11 +260,11 @@ endif
260
# --without-zsh-functions-dir \
261
# --without-libgsasl \
262
263
- ifeq ($(PLATFORM),windows)
+ ifeq ($(PLATFORM),windows)
264
/c/msys64/usr/bin/bash.exe -lc "cd $(CURL_SRC) && make"
265
- else
+ else
266
cd $(CURL_SRC) && make
267
- endif
+ endif
268
269
mkdir -p $(CURL_DIR)/$(PLATFORM)
270
mv $(CURL_SRC)/lib/.libs/libcurl.a $(CURL_DIR)/$(PLATFORM)
0 commit comments