From df7a0582160537f3962a6ab46e1dadc034f56458 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 5 Jun 2019 00:04:31 +0200 Subject: Review projects paths --- projects/VSCode/.vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/VSCode/.vscode/c_cpp_properties.json') diff --git a/projects/VSCode/.vscode/c_cpp_properties.json b/projects/VSCode/.vscode/c_cpp_properties.json index d4d8e14a..496a9b2d 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/mingw32/bin/gcc.exe", + "compilerPath": "C:/raylib/mingw/bin/gcc.exe", "cStandard": "c11", "cppStandard": "c++14", "intelliSenseMode": "clang-x64" -- cgit v1.2.3