diff options
| author | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-03-21 20:46:10 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-03-21 20:46:10 +0100 |
| commit | b4963da50dd24d15ed780eee7d01bda4efe486ea (patch) | |
| tree | 301e42d40e6aefab011330ea2a04d2eb17926aac /Private/Frontend/Compiler/compiler_command.d | |
| parent | d04e7ec0bf1c5ad02b334ba68e992e85eb7b86ac (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.d | 4 |
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/"; } } |
