Use mingw32-make in build-MinGW-W64.bat (#16)

This commit is contained in:
Jeffery Myers
2025-01-14 16:15:44 -08:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
cd build
premake5.exe gmake2
cd ..
make SHELL=CMD clean
pause
mingw32-make SHELL=CMD clean
pause