Added: missing / (#2253)
Specify root as the starting point for the linux compiler path
This commit is contained in:
parent
c9db9e6bb7
commit
0d064b7808
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue