Skip to content

Commit d7a2277

Browse files
author
Caroline Joy Bell
authored
Update tasks.json
1 parent ecfe257 commit d7a2277

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.vscode/tasks.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@
77
"command": "./waf configure -T debug --prefix=out/",
88
"problemMatcher": [],
99
"windows": {
10-
"command": "./waf.bat configure -T debug --prefix=out/"
10+
"command": "./waf.bat configure -T debug --prefix=build/out/"
1111
},
1212
"osx": {
13-
"command": "python3 waf configure -T debug --prefix=out/"
13+
"command": "python3 waf configure -T debug --prefix=build/out/"
1414
}
1515
},
1616
{
1717
"label": "Configure Waf for Debug 64-bit",
1818
"type": "shell",
19-
"command": "./waf configure -T debug --64bits --prefix=out/",
19+
"command": "./waf configure -T debug --64bits --prefix=build/out/",
2020
"problemMatcher": [],
2121
"windows": {
22-
"command": "./waf.bat configure -T debug --64bits --prefix=out/"
22+
"command": "./waf.bat configure -T debug --64bits --prefix=build/out/"
2323
},
2424
"osx": {
25-
"command": "python3 waf configure -T debug --64bits --prefix=out/"
25+
"command": "python3 waf configure -T debug --64bits --prefix=build/out/"
2626
}
2727
},
2828
{

0 commit comments

Comments
 (0)