Remove SHELL=cmd hacks

These are not required anymore, now that premake is updated.

Fixed in:
https://github.com/premake/premake-core/pull/2039
This commit is contained in:
Peter0x44
2025-01-16 18:28:43 +00:00
parent eacc8b4060
commit 8e4a0cd584
2 changed files with 2 additions and 7 deletions

View File

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