diff options
| author | shivajiva101 <[email protected]> | 2021-12-29 00:07:30 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-29 01:07:30 +0100 |
| commit | 0d064b7808ec197835b13719af323e79f3b35e53 (patch) | |
| tree | 1f0d5a7b23dcc0e7ccc10951f6285128721ab681 /projects/VSCode | |
| parent | c9db9e6bb7a685afd4e2bdbd022b0b6532bbf410 (diff) | |
| download | raylib-0d064b7808ec197835b13719af323e79f3b35e53.tar.gz raylib-0d064b7808ec197835b13719af323e79f3b35e53.zip | |
Added: missing / (#2253)
Specify root as the starting point for the linux compiler path
Diffstat (limited to 'projects/VSCode')
| -rw-r--r-- | projects/VSCode/.vscode/c_cpp_properties.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/VSCode/.vscode/c_cpp_properties.json b/projects/VSCode/.vscode/c_cpp_properties.json index c4096b3d..cbdb5194 100644 --- a/projects/VSCode/.vscode/c_cpp_properties.json +++ b/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" |
