mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
Update tasks.json
Adds macOS-specific commands
This commit is contained in:
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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user