提交 8878bbae 编写于 作者: Y youngwolf

Explicitly use cmd as the shell for Mingw.

上级 cf0b8f2c
......@@ -30,6 +30,7 @@ else
endif
ifneq (, ${findstring mingw, ${target_machine}})
SHELL = cmd
cflag += -D__USE_MINGW_ANSI_STDIO=1
lflag += -lws2_32 -lwsock32
sources = ${shell dir /B *.cpp}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册