File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments