Update tasks.json

This commit is contained in:
Caroline Joy Bell 2023-01-16 07:54:17 -08:00 committed by GitHub
parent 34be1a4c07
commit 868cbf997b

2
.vscode/tasks.json vendored
View file

@ -4,7 +4,7 @@
{ {
"label": "Configure Waf for Debug 32-bit", "label": "Configure Waf for Debug 32-bit",
"type": "shell", "type": "shell",
"command": "./waf configure -T debug --prefix=out/", "command": "./waf configure -T debug --prefix=build/out/",
"problemMatcher": [], "problemMatcher": [],
"windows": { "windows": {
"command": "./waf.bat configure -T debug --prefix=build/out/" "command": "./waf.bat configure -T debug --prefix=build/out/"