Skip to content

Commit ee45f80

Browse files
committed
同步一处改动
1 parent cf3c8ca commit ee45f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"type": "shell",
2020
"label": "PreCompile",
2121
"windows": {
22-
"command": "tools\\ninja -f ninja\\msvc.ninja"
22+
"command": "chcp 65001 && msvc_build.bat"
2323
},
2424
"linux": {
2525
"command": "ninja -f ninja/linux.ninja"

0 commit comments

Comments
 (0)