update to premake5 beta 7

replace gmake2 with gmake
This commit is contained in:
Jeffery Myers
2025-07-14 11:14:09 -07:00
parent 79e6155231
commit 284a5f8b42
6 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
"cwd": "${workspaceFolder}/build/"
},
"args": [
"gmake2"
"gmake"
],
"windows": {
"command": "./premake5.exe"
+2 -2
View File
@@ -50,14 +50,14 @@ DO NOT INSTALL ANOTHER MinGW-W64 from another source such as msys2, you don't ne
# Linux Users
* CD into the build folder
* run `./premake5 gmake2`
* run `./premake5 gmake`
* CD back to the root
* run `make`
* you are good to go
# MacOS Users
* CD into the build folder
* run `./premake5.osx gmake2`
* run `./premake5.osx gmake`
* CD back to the root
* run `make`
* you are good to go
+1 -1
View File
@@ -1,5 +1,5 @@
cd build
premake5.exe gmake2
premake5.exe gmake
cd ..
mingw32-make clean
pause
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.