mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
Update tasks.json
Adds macOS-specific commands
This commit is contained in:
committed by
GitHub
parent
edb08661f2
commit
ef9f4b2965
9
.vscode/tasks.json
vendored
9
.vscode/tasks.json
vendored
@@ -8,6 +8,9 @@
|
||||
"problemMatcher": [],
|
||||
"windows": {
|
||||
"command": "./waf.bat configure -T debug --prefix=out/"
|
||||
},
|
||||
"osx": {
|
||||
"command": "python3 waf configure -T debug --prefix=out/"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -17,6 +20,9 @@
|
||||
"problemMatcher": [],
|
||||
"windows": {
|
||||
"command": "./waf.bat configure -T debug --64bits --prefix=out/"
|
||||
},
|
||||
"osx": {
|
||||
"command": "python3 waf configure -T debug --64bits --prefix=out/"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -46,6 +52,9 @@
|
||||
"base": "$msCompile",
|
||||
"fileLocation": ["relative", "${workspaceFolder}/build"]
|
||||
}
|
||||
},
|
||||
"osx": {
|
||||
"command": "python3 waf install"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user