summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorRay <[email protected]>2021-11-02 18:40:45 +0100
committerRay <[email protected]>2021-11-02 18:40:45 +0100
commit5e3db0aa83ac337ac53b9ebd1561472adfbabb41 (patch)
tree0ccd6eb5d9c94e13a45482f530a923e940b32ad9 /projects/VSCode/.vscode/c_cpp_properties.json
parentfadef24b626fc5811d1d4015fed90fdba315f977 (diff)
downloadraylib-5e3db0aa83ac337ac53b9ebd1561472adfbabb41.tar.gz
raylib-5e3db0aa83ac337ac53b9ebd1561472adfbabb41.zip
Updated some scripts paths
NOTE: New raylib release installer uses `w64devkit`, smaller and more updated than regular `mingw64-w64` default project. Paths are updated properly.
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 10881ee8..c4096b3d 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/w64devkit/bin/gcc.exe",
"cStandard": "c99",
"cppStandard": "c++14",
"intelliSenseMode": "gcc-x64"