瀏覽代碼

Added: missing / (#2253)

Specify root as the starting point for the linux compiler path
shivajiva101 3 年之前
父節點
當前提交
0d064b7808
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      projects/VSCode/.vscode/c_cpp_properties.json

+ 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"