summaryrefslogtreecommitdiffhomepage
path: root/.vscode
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-02 13:49:50 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-02 13:49:50 +0100
commite559cf01834340d0a4dfcb45f7bdf081e8994032 (patch)
treeb7d1aa03111f83c0b7b058dca2786a6bd234a7e3 /.vscode
parent05eca8d3061b60eac0a652a4b1e39269a9af79e8 (diff)
Kernel: Port toolchain to mingw (PE/COFF)
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/c_cpp_properties.json4
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"
}
],