summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode/.vscode/tasks.json
diff options
context:
space:
mode:
authorRay <[email protected]>2018-11-20 19:02:26 +0100
committerRay <[email protected]>2018-11-20 19:02:26 +0100
commit98fee844d1794465d5b327e60b85a5030a8bea62 (patch)
treec2d61554a20466795adf48e2f9b33e60980aaacf /projects/VSCode/.vscode/tasks.json
parent31d0fd820de9cb69b622d9dcf70ca0758d705e61 (diff)
downloadraylib-98fee844d1794465d5b327e60b85a5030a8bea62.tar.gz
raylib-98fee844d1794465d5b327e60b85a5030a8bea62.zip
Some tweaks on VSCode
Now it works on Windows for me but there are lots of hardcoded paths around... I don't like it.
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 6106c05f..93e4d396 100644
--- a/projects/VSCode/.vscode/tasks.json
+++ b/projects/VSCode/.vscode/tasks.json
@@ -12,7 +12,7 @@
"DEBUGGING=TRUE"
],
"windows": {
- "command": "C:/raylib/mingw/bin/mingw32-make.exe",
+ "command": "C:/raylib/mingw32/bin/mingw32-make.exe",
"args": [
"RAYLIB_PATH=C:/raylib/raylib"
],
@@ -35,7 +35,7 @@
"PLATFORM=PLATFORM_DESKTOP",
],
"windows": {
- "command": "C:/raylib/mingw/bin/mingw32-make.exe",
+ "command": "C:/raylib/mingw32/bin/mingw32-make.exe",
"args": [
"RAYLIB_PATH=C:/raylib/raylib",
],