summaryrefslogtreecommitdiffhomepage
path: root/Private/Frontend/Compiler/compiler_command.d
diff options
context:
space:
mode:
authorAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-03-21 20:46:10 +0100
committerAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-03-21 20:46:10 +0100
commitb4963da50dd24d15ed780eee7d01bda4efe486ea (patch)
tree301e42d40e6aefab011330ea2a04d2eb17926aac /Private/Frontend/Compiler/compiler_command.d
parentd04e7ec0bf1c5ad02b334ba68e992e85eb7b86ac (diff)
Toolchain: Fixes and improvements for amd64 assembler and assembly preprocessor.
Diffstat (limited to 'Private/Frontend/Compiler/compiler_command.d')
-rw-r--r--Private/Frontend/Compiler/compiler_command.d4
1 files changed, 2 insertions, 2 deletions
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/";
}
}