summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to 'projects/VSCode/.vscode/tasks.json')
-rw-r--r--projects/VSCode/.vscode/tasks.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/VSCode/.vscode/tasks.json b/projects/VSCode/.vscode/tasks.json
index a610a248..6152d301 100644
--- a/projects/VSCode/.vscode/tasks.json
+++ b/projects/VSCode/.vscode/tasks.json
@@ -14,7 +14,7 @@
"OBJS=${fileBasenameNoExtension}.c"
],
"windows": {
- "command": "C:/raylib/mingw/bin/mingw32-make.exe",
+ "command": "mingw32-make.exe",
"args": [
"RAYLIB_PATH=C:/raylib/raylib",
"PROJECT_NAME=${fileBasenameNoExtension}",
@@ -48,7 +48,7 @@
"OBJS=${fileBasenameNoExtension}.c"
],
"windows": {
- "command": "C:/raylib/mingw/bin/mingw32-make.exe",
+ "command": "mingw32-make.exe",
"args": [
"RAYLIB_PATH=C:/raylib/raylib",
"PROJECT_NAME=${fileBasenameNoExtension}",