summarylogtreecommitdiffstats
path: root/ldc2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ldc2.conf')
-rw-r--r--ldc2.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/ldc2.conf b/ldc2.conf
index 5b5cff10d4cd..efbb7df7818e 100644
--- a/ldc2.conf
+++ b/ldc2.conf
@@ -7,12 +7,12 @@ default:
// 'switches' holds array of string that are appends to the command line
// arguments before they are parsed.
switches = [
- "-I/usr/include/dlang/ldc/ldc",
- "-I/usr/include/dlang/ldc",
+ "-I/usr/include/dlang/ldc-git/ldc",
+ "-I/usr/include/dlang/ldc-git",
"-L-L/usr/lib",
"-L-L/usr/lib32",
"-L--no-warn-search-mismatch",
- "-defaultlib=lphobos2,ldruntime",
- "-debuglib=lphobos2-debug,ldruntime-debug"
+ "-defaultlib=lphobos2-git,ldruntime-git",
+ "-debuglib=lphobos2-git-debug,ldruntime-git-debug"
];
};