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

2
.vscode/tasks.json vendored
View File

@@ -84,7 +84,7 @@
"cwd": "${workspaceFolder}/build/"
},
"args": [
"gmake2"
"gmake"
],
"windows": {
"command": "./premake5.exe"