Ver a proveniência
Added: missing / (#2253)
Specify root as the starting point for the linux compiler path
pull/2256/head
shivajiva101
há 3 anos
committed by
GitHub
ascendente
cometimento
0d064b7808
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
1 eliminações
-
projects/VSCode/.vscode/c_cpp_properties.json
|
|
@ -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" |
|
|
|