Преглед изворни кода

Added: missing / (#2253)

Specify root as the starting point for the linux compiler path
pull/2256/head
shivajiva101 пре 3 година
committed by GitHub
родитељ
комит
0d064b7808
No known key found for this signature in database GPG Key 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",
"PLATFORM_DESKTOP"
],
"compilerPath": "usr/bin/clang",
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++14",
"intelliSenseMode": "clang-x64"

Loading…
Откажи
Сачувај