aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser
diff options
context:
space:
mode:
Diffstat (limited to 'bruiser')
-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