瀏覽代碼
Added: missing / (#2253)
Specify root as the starting point for the linux compiler path
pull/2256/head
shivajiva101
3 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
1 行新增 和
1 行删除
-
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" |
|
|
|