File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
"command" : " ./waf configure -T debug --prefix=out/" ,
8
8
"problemMatcher" : [],
9
9
"windows" : {
10
- "command" : " ./waf.bat configure -T debug --prefix=out/"
10
+ "command" : " ./waf.bat configure -T debug --prefix=build/ out/"
11
11
},
12
12
"osx" : {
13
- "command" : " python3 waf configure -T debug --prefix=out/"
13
+ "command" : " python3 waf configure -T debug --prefix=build/ out/"
14
14
}
15
15
},
16
16
{
17
17
"label" : " Configure Waf for Debug 64-bit" ,
18
18
"type" : " shell" ,
19
- "command" : " ./waf configure -T debug --64bits --prefix=out/" ,
19
+ "command" : " ./waf configure -T debug --64bits --prefix=build/ out/" ,
20
20
"problemMatcher" : [],
21
21
"windows" : {
22
- "command" : " ./waf.bat configure -T debug --64bits --prefix=out/"
22
+ "command" : " ./waf.bat configure -T debug --64bits --prefix=build/ out/"
23
23
},
24
24
"osx" : {
25
- "command" : " python3 waf configure -T debug --64bits --prefix=out/"
25
+ "command" : " python3 waf configure -T debug --64bits --prefix=build/ out/"
26
26
}
27
27
},
28
28
{
You can’t perform that action at this time.
0 commit comments