summaryrefslogtreecommitdiffhomepage
path: root/Private/Frontend/Compiler/compiler_command.d
diff options
context:
space:
mode:
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/";
}
}