From 693e796893ebdda09457810970bf8f0a708f0265 Mon Sep 17 00:00:00 2001 From: Tomas Lindquist Olsen Date: Thu, 26 Feb 2009 18:43:25 +0100 Subject: [PATCH] Fixed druntime lib path in ldc2.conf.in, thanks Matt --- ldc2.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldc2.conf.in b/ldc2.conf.in index b0955e65..4e9fe969 100644 --- a/ldc2.conf.in +++ b/ldc2.conf.in @@ -1,2 +1,2 @@ [Environment] -DFLAGS=-I@RUNTIME_DIR@/import -L-L@RUNTIME_DIR@/lib +DFLAGS=-I@RUNTIME_DIR@/import -L-L%@P%/../lib