summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-15 23:25:45 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-16 17:01:16 +0200
commit69d20805fb9c361f2011f24e4c47288d678a995a (patch)
tree8a80900e47a63237d3410c6d99f442049ed5239b /GNUmakefile
parente4718a30d1b9253035555392753185855692bdca (diff)
GNUmakefile: Explicitly link some LLVM libraries into the ‘toilet’ executable.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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