mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
Update tasks.json
Adding commands for Android build on Windows and macOS just in case it's now supported. This will just result in an error if it's not supported anyway.
This commit is contained in:
parent
ef9f4b2965
commit
02c60cf2c7
5
.vscode/tasks.json
vendored
5
.vscode/tasks.json
vendored
@ -31,7 +31,10 @@
|
|||||||
"command": "./waf configure -T release --android=armeabi-v7a-hard,4.9,21",
|
"command": "./waf configure -T release --android=armeabi-v7a-hard,4.9,21",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"windows": {
|
"windows": {
|
||||||
"command": "echo \"Not supported on Windows.\""
|
"command": "./waf.bat configure -T release --android=armeabi-v7a-hard,4.9,21"
|
||||||
|
},
|
||||||
|
"osx": {
|
||||||
|
"command": "python3 waf configure -T release --android=armeabi-v7a-hard,4.9,21"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user