Skip to content

Commit

Permalink
Run build in wsl if running on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshbrntt committed Sep 3, 2024
1 parent 4856fcf commit de5b26a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
{
"type": "shell",
"label": "Build: Windows",
"windows": {
"command": "wsl.exe",
"args": [
"--exec",
"make",
"build-windows",
"DEBUG=1"
],
},
"command": "make",
"args": [
"build-windows",
Expand Down

0 comments on commit de5b26a

Please sign in to comment.