Update tasks.json
This commit is contained in:
parent
d03927117d
commit
6f25cfce6e
1 changed files with 5 additions and 5 deletions
10
.vscode/tasks.json
vendored
10
.vscode/tasks.json
vendored
|
@ -7,22 +7,22 @@
|
||||||
"command": "./waf configure -T debug --prefix=out/",
|
"command": "./waf configure -T debug --prefix=out/",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"windows": {
|
"windows": {
|
||||||
"command": "./waf.bat configure -T debug --prefix=out/"
|
"command": "./waf.bat configure -T debug --prefix=build/out/"
|
||||||
},
|
},
|
||||||
"osx": {
|
"osx": {
|
||||||
"command": "python3 waf configure -T debug --prefix=out/"
|
"command": "python3 waf configure -T debug --prefix=build/out/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Configure Waf for Debug 64-bit",
|
"label": "Configure Waf for Debug 64-bit",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "./waf configure -T debug --64bits --prefix=out/",
|
"command": "./waf configure -T debug --64bits --prefix=build/out/",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"windows": {
|
"windows": {
|
||||||
"command": "./waf.bat configure -T debug --64bits --prefix=out/"
|
"command": "./waf.bat configure -T debug --64bits --prefix=build/out/"
|
||||||
},
|
},
|
||||||
"osx": {
|
"osx": {
|
||||||
"command": "python3 waf configure -T debug --64bits --prefix=out/"
|
"command": "python3 waf configure -T debug --64bits --prefix=build/out/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue