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": [],
|
"problemMatcher": [],
|
||||||
"windows": {
|
"windows": {
|
||||||
"command": "./waf.bat configure -T debug --prefix=out/"
|
"command": "./waf.bat configure -T debug --prefix=out/"
|
||||||
|
},
|
||||||
|
"osx": {
|
||||||
|
"command": "python3 waf configure -T debug --prefix=out/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -17,6 +20,9 @@
|
|||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"windows": {
|
"windows": {
|
||||||
"command": "./waf.bat configure -T debug --64bits --prefix=out/"
|
"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",
|
"base": "$msCompile",
|
||||||
"fileLocation": ["relative", "${workspaceFolder}/build"]
|
"fileLocation": ["relative", "${workspaceFolder}/build"]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"osx": {
|
||||||
|
"command": "python3 waf install"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user