Added: missing / (#2253)

Specify root as the starting point for the linux compiler path
This commit is contained in:
shivajiva101 2021-12-29 00:07:30 +00:00 committed by GitHub
parent c9db9e6bb7
commit 0d064b7808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@
"GRAPHICS_API_OPENGL_33",
"PLATFORM_DESKTOP"
],
"compilerPath": "usr/bin/clang",
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++14",
"intelliSenseMode": "clang-x64"