Skip to content

Commit 5099222

Browse files
committed
fix windows
1 parent a1d6b75 commit 5099222

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,11 @@ $(CURL_LIB):
246246
# --without-zsh-functions-dir \
247247
# --without-libgsasl \
248248
249+
ifeq ($(PLATFORM),windows)
250+
msys2 "cd $(CURL_SRC) && make"
251+
else
249252
cd $(CURL_SRC) && make
253+
endif
250254

251255
mkdir -p $(CURL_DIR)/$(PLATFORM)
252256
mv $(CURL_SRC)/lib/.libs/libcurl.a $(CURL_DIR)/$(PLATFORM)

0 commit comments

Comments
 (0)