From b4963da50dd24d15ed780eee7d01bda4efe486ea Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> Date: Thu, 21 Mar 2024 20:46:10 +0100 Subject: Toolchain: Fixes and improvements for amd64 assembler and assembly preprocessor. --- Private/Frontend/Compiler/compiler_command.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Private/Frontend/Compiler/compiler_command.d') diff --git a/Private/Frontend/Compiler/compiler_command.d b/Private/Frontend/Compiler/compiler_command.d index ef84919..19d2f21 100644 --- a/Private/Frontend/Compiler/compiler_command.d +++ b/Private/Frontend/Compiler/compiler_command.d @@ -28,12 +28,12 @@ public class Platform { public static string getIncludePath() { - return "C:/SDK/Public/Kits/"; + return "/C/SDK/Public/Kits/"; } public static string getKernelPath() { - return "C:/SDK/Private/Kits/"; + return "/C/SDK/Private/Kits/"; } } -- cgit v1.2.3