From 69d20805fb9c361f2011f24e4c47288d678a995a Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 15 Aug 2008 23:25:45 +0200 Subject: =?UTF-8?q?GNUmakefile:=20Explicitly=20link=20some=20LLVM=20librar?= =?UTF-8?q?ies=20into=20the=20=E2=80=98toilet=E2=80=99=20executable.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index ac6c368..e2ea521 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -93,7 +93,7 @@ etshell_OBJCFLAGS = -w toilet_OBJC_FILES = MLKReadEvalPrintLoop.m toilet_OBJC_LIBS += -ledit -lncurses -lToiletKit -LToiletKit.framework \ - -LToiletKit.framework/Versions/Current + -LToiletKit.framework/Versions/Current `llvm-config --ldflags` `llvm-config --libs scalaropts analysis ipo` toilet_OBJCFLAGS = -Wall Test_OBJC_FILES = MLKLowLevelTests.m -- cgit v1.2.3