From 868cbf997b56cadc3743fa568f092f174419ce08 Mon Sep 17 00:00:00 2001 From: Caroline Joy Bell Date: Mon, 16 Jan 2023 07:54:17 -0800 Subject: [PATCH] Update tasks.json --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index c1047249a5..3687eab477 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,7 +4,7 @@ { "label": "Configure Waf for Debug 32-bit", "type": "shell", - "command": "./waf configure -T debug --prefix=out/", + "command": "./waf configure -T debug --prefix=build/out/", "problemMatcher": [], "windows": { "command": "./waf.bat configure -T debug --prefix=build/out/"