summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode/.vscode/c_cpp_properties.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/c_cpp_properties.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/c_cpp_properties.json')
-rw-r--r--projects/VSCode/.vscode/c_cpp_properties.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/VSCode/.vscode/c_cpp_properties.json b/projects/VSCode/.vscode/c_cpp_properties.json
index 496a9b2d..d4d8e14a 100644
--- a/projects/VSCode/.vscode/c_cpp_properties.json
+++ b/projects/VSCode/.vscode/c_cpp_properties.json
@@ -13,7 +13,7 @@
"GRAPHICS_API_OPENGL_33",
"PLATFORM_DESKTOP"
],
- "compilerPath": "C:/raylib/mingw/bin/gcc.exe",
+ "compilerPath": "C:/raylib/mingw32/bin/gcc.exe",
"cStandard": "c11",
"cppStandard": "c++14",
"intelliSenseMode": "clang-x64"