mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-01 03:39:18 -05:00
Added: missing / (#2253)
Specify root as the starting point for the linux compiler path
This commit is contained in:
@ -52,7 +52,7 @@
|
|||||||
"GRAPHICS_API_OPENGL_33",
|
"GRAPHICS_API_OPENGL_33",
|
||||||
"PLATFORM_DESKTOP"
|
"PLATFORM_DESKTOP"
|
||||||
],
|
],
|
||||||
"compilerPath": "usr/bin/clang",
|
"compilerPath": "/usr/bin/clang",
|
||||||
"cStandard": "c11",
|
"cStandard": "c11",
|
||||||
"cppStandard": "c++14",
|
"cppStandard": "c++14",
|
||||||
"intelliSenseMode": "clang-x64"
|
"intelliSenseMode": "clang-x64"
|
||||||
|
|||||||
Reference in New Issue
Block a user