diff options
Diffstat (limited to '.vscode/c_cpp_properties.json')
| -rw-r--r-- | .vscode/c_cpp_properties.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 892f41cf..86e71f01 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -4,12 +4,12 @@ "name": "HCore", "includePath": [ "${workspaceFolder}/Private/**", - "${workspaceFolder}/Private/NewBoot/*", - "${workspaceFolder}/Private/acpiSDK/source/include/*" + "${workspaceFolder}/Private/NewBoot/*" ], "defines": ["__HCORE__", "__HAVE_HCORE_APIS__"], "cStandard": "c17", "cppStandard": "c++20", + "compilerPath": "/opt/homebrew/bin/x86_64-elf-g++", "intelliSenseMode": "gcc-x64" } ], |
