浏览代码

Added: missing / (#2253)

Specify root as the starting point for the linux compiler path
pull/2256/head
shivajiva101 3 年前
committed by GitHub
父节点
当前提交
0d064b7808
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 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", "GRAPHICS_API_OPENGL_33",
"PLATFORM_DESKTOP" "PLATFORM_DESKTOP"
], ],
"compilerPath": "usr/bin/clang",
"compilerPath": "/usr/bin/clang",
"cStandard": "c11", "cStandard": "c11",
"cppStandard": "c++14", "cppStandard": "c++14",
"intelliSenseMode": "clang-x64" "intelliSenseMode": "clang-x64"

正在加载...
取消
保存