We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb0866 commit ef9f4b2Copy full SHA for ef9f4b2
.vscode/tasks.json
@@ -8,6 +8,9 @@
8
"problemMatcher": [],
9
"windows": {
10
"command": "./waf.bat configure -T debug --prefix=out/"
11
+ },
12
+ "osx": {
13
+ "command": "python3 waf configure -T debug --prefix=out/"
14
}
15
},
16
{
@@ -17,6 +20,9 @@
17
20
18
21
19
22
"command": "./waf.bat configure -T debug --64bits --prefix=out/"
23
24
25
+ "command": "python3 waf configure -T debug --64bits --prefix=out/"
26
27
28
@@ -46,6 +52,9 @@
46
52
"base": "$msCompile",
47
53
"fileLocation": ["relative", "${workspaceFolder}/build"]
48
54
55
56
57
+ "command": "python3 waf install"
49
58
50
59
51
60
]
0 commit comments