Skip to content

Commit 62c485b

Browse files
committed
fix makefile tab
1 parent ece2fb6 commit 62c485b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,11 @@ endif
260260
# --without-zsh-functions-dir \
261261
# --without-libgsasl \
262262
263-
ifeq ($(PLATFORM),windows)
263+
ifeq ($(PLATFORM),windows)
264264
/c/msys64/usr/bin/bash.exe -lc "cd $(CURL_SRC) && make"
265-
else
265+
else
266266
cd $(CURL_SRC) && make
267-
endif
267+
endif
268268

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

0 commit comments

Comments
 (0)