summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/tasks.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 174667e0..923029ad 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -19,7 +19,7 @@
"type": "shell",
"label": "PreCompile",
"windows": {
- "command": "chcp 65001 && msvc_build.bat"
+ "command": "chcp 65001 && msvc_x64.bat"
},
"linux": {
"command": "ninja -f ninja/linux.ninja"