aboutsummaryrefslogtreecommitdiffstats
path: root/macros.mk
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-05-14 07:14:20 +0000
committerbloodstalker <thabogre@gmail.com>2017-05-14 07:14:20 +0000
commitf4cf2168e2397c9d8101142cb4d447679367d510 (patch)
tree103adf590cd6aeeab68cbeff8ea1e016660d63eb /macros.mk
parentremove libncurses (diff)
downloadmutator-f4cf2168e2397c9d8101142cb4d447679367d510.tar.gz
mutator-f4cf2168e2397c9d8101142cb4d447679367d510.zip
we apparently have a lib order issue, trying to fix that, wierd why it's ok on fedora though...
Diffstat (limited to 'macros.mk')
-rw-r--r--macros.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.mk b/macros.mk
index 40ceb04..1de5b84 100644
--- a/macros.mk
+++ b/macros.mk
@@ -86,7 +86,7 @@ LD_FLAGS=-Wl,--start-group -lclangAST -lclangAnalysis -lclangBasic\
-lclangLex -lclangParse -lclangSema -lclangEdit -lclangASTMatchers\
-lclangRewrite -lclangRewriteFrontend -lclangStaticAnalyzerFrontend\
-lclangStaticAnalyzerCheckers -lclangStaticAnalyzerCore\
--lclangSerialization -lclangToolingCore -lclangTooling -lstdc++ -lLLVMRuntimeDyld -Wl,--end-group
+-lclangSerialization -lclangToolingCore -lclangTooling -lstdc++ -lLLVMRuntimeDyld -lm -Wl,--end-group
LD_FLAGS+=$(shell $(LLVM_CONF) --ldflags --libs --system-libs)
CXX_FLAGS+=$(EXTRA_CXX_FALGS)