changeset 1000:d6895f24dc8f

Fixed druntime lib path in ldc2.conf.in, thanks Matt
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 26 Feb 2009 18:43:25 +0100
parents 2b6c2e961f25
children 7a0238db1962
files ldc2.conf.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ldc2.conf.in	Thu Feb 26 18:28:50 2009 +0100
+++ b/ldc2.conf.in	Thu Feb 26 18:43:25 2009 +0100
@@ -1,2 +1,2 @@
 [Environment]
-DFLAGS=-I@RUNTIME_DIR@/import -L-L@RUNTIME_DIR@/lib
+DFLAGS=-I@RUNTIME_DIR@/import -L-L%@P%/../lib