mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-14 12:46:58 +00:00
Update tasks.json
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Configure Waf for Debug 32-bit",
|
"label": "Configure Waf for Debug 32-bit",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "./waf configure -T debug --prefix=out/",
|
"command": "./waf configure -T debug --prefix=build/out/",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"windows": {
|
"windows": {
|
||||||
"command": "./waf.bat configure -T debug --prefix=build/out/"
|
"command": "./waf.bat configure -T debug --prefix=build/out/"
|
||||||
|
|||||||
Reference in New Issue
Block a user