Skip to content

Commit

Permalink
rebuild add submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
jia-xie committed Apr 5, 2024
1 parent 1ce5cdf commit 5ad556a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
{
"label": "rebuild (Windows)",
"type": "shell",
"command": "mingw32-make clean; mingw32-make -j24 V=1",
"command": "git submodule update; mingw32-make clean; mingw32-make -j24 V=1",
"group": {
"kind": "build",
"isDefault": false
},
"problemMatcher": []
"problemMatcher": [],
},
{
"label": "clean (Windows)",
Expand Down

0 comments on commit 5ad556a

Please sign in to comment.