Skip to content

Commit

Permalink
Fix Windows build plugin output location
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewb committed Oct 7, 2024
1 parent ed44988 commit ab86268
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"env": {
"PATH": "C:\\msys64\\usr\\bin;c:\\msys64\\mingw64\\bin",
"MSYSTEM": "MINGW64",
"CC": "gcc",
"RACK_USER_DIR": "${OneDrive}\\Documents\\Rack2"
"CC": "gcc"
},
"shell": {
"executable": "C:\\msys64\\usr\\bin\\bash.exe",
Expand Down

0 comments on commit ab86268

Please sign in to comment.