aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-06-22 17:52:19 +0000
committerbloodstalker <thabogre@gmail.com>2017-06-22 17:52:19 +0000
commit078e925ca1a405dd18a8bb210a04f9502f6bc1a7 (patch)
tree329d06cb0e1cfae2e776fe9ac0f013e6c6752e92
parentfix? (diff)
downloadmutator-078e925ca1a405dd18a8bb210a04f9502f6bc1a7.tar.gz
mutator-078e925ca1a405dd18a8bb210a04f9502f6bc1a7.zip
whatever
-rw-r--r--bruiser/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bruiser/makefile b/bruiser/makefile
index 79c3968..ee95cb3 100644
--- a/bruiser/makefile
+++ b/bruiser/makefile
@@ -9,6 +9,7 @@ LUA?=JIT
LIB_LUA=./lua-5.3.4/src/liblua.a
LIB_LUA_JIT=./LuaJIT/src/libluajit.a
HEADER_LIST=bruiser.h bruiser-extra.h CompletionHints.h
+EXTRA_LD_FLAGS+=-ldl
######################################RULES####################################
.DEFAULT: all