diff --git a/build-MinGW-W64.bat b/build-MinGW-W64.bat index 04894a6..379d454 100644 --- a/build-MinGW-W64.bat +++ b/build-MinGW-W64.bat @@ -1,5 +1,5 @@ cd build premake5.exe gmake2 cd .. -make SHELL=CMD clean -pause \ No newline at end of file +mingw32-make SHELL=CMD clean +pause