Skip to content

Commit ece2fb6

Browse files
committed
fix makefile spacing
1 parent 1f5d9bc commit ece2fb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 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)
264-
/c/msys64/usr/bin/bash.exe -lc "cd $(CURL_SRC) && make"
265-
else
263+
ifeq ($(PLATFORM),windows)
264+
/c/msys64/usr/bin/bash.exe -lc "cd $(CURL_SRC) && make"
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)