We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de32c75 commit 88cf25fCopy full SHA for 88cf25f
.vscode/tasks.json
@@ -4,7 +4,7 @@
4
{
5
"label": "Configure Waf for Debug 32-bit",
6
"type": "shell",
7
- "command": "./waf configure -T debug --prefix=out/",
+ "command": "./waf configure -T debug --prefix=build/out/",
8
"problemMatcher": [],
9
"windows": {
10
"command": "./waf.bat configure -T debug --prefix=build/out/"
0 commit comments