Skip to content

Commit 8a057c0

Browse files
committed
remove msys from makefile
1 parent 0759d7d commit 8a057c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,7 @@ $(CURL_LIB):
244244
# --without-zsh-functions-dir \
245245
# --without-libgsasl \
246246
247-
ifeq ($(PLATFORM),windows)
248-
msys2 "cd $(CURL_SRC) && make"
249-
else
250247
cd $(CURL_SRC) && make
251-
endif
252248

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

0 commit comments

Comments
 (0)