From e559cf01834340d0a4dfcb45f7bdf081e8994032 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 2 Feb 2024 13:49:50 +0100 Subject: Kernel: Port toolchain to mingw (PE/COFF) Signed-off-by: Amlal El Mahrouss --- .vscode/c_cpp_properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vscode/c_cpp_properties.json') 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" } ], -- cgit v1.2.3