diff options
author | bloodstalker <thabogre@gmail.com> | 2017-06-22 17:52:19 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-06-22 17:52:19 +0000 |
commit | 078e925ca1a405dd18a8bb210a04f9502f6bc1a7 (patch) | |
tree | 329d06cb0e1cfae2e776fe9ac0f013e6c6752e92 /bruiser/makefile | |
parent | fix? (diff) | |
download | mutator-078e925ca1a405dd18a8bb210a04f9502f6bc1a7.tar.gz mutator-078e925ca1a405dd18a8bb210a04f9502f6bc1a7.zip |
whatever
Diffstat (limited to 'bruiser/makefile')
-rw-r--r-- | bruiser/makefile | 1 |
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 |