Skip to content

Commit 88cf25f

Browse files
author
Caroline Joy Bell
authored
Update tasks.json
1 parent de32c75 commit 88cf25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"label": "Configure Waf for Debug 32-bit",
66
"type": "shell",
7-
"command": "./waf configure -T debug --prefix=out/",
7+
"command": "./waf configure -T debug --prefix=build/out/",
88
"problemMatcher": [],
99
"windows": {
1010
"command": "./waf.bat configure -T debug --prefix=build/out/"

0 commit comments

Comments
 (0)