diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-05-14 07:14:20 +0000 |
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-05-14 07:14:20 +0000 |
| commit | f4cf2168e2397c9d8101142cb4d447679367d510 (patch) | |
| tree | 103adf590cd6aeeab68cbeff8ea1e016660d63eb | |
| parent | remove libncurses (diff) | |
| download | mutator-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...
| -rw-r--r-- | macros.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
