aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-01-20 21:11:50 +0000
committerbloodstalker <thabogre@gmail.com>2018-01-20 21:11:50 +0000
commit825fec9d1a95f410cab43fb9238faa1e078afbae (patch)
tree6c079909fd1e69888b67a47d6a1b934dc0a0cc9d /bruiser/makefile
parentupdate (diff)
downloadmutator-825fec9d1a95f410cab43fb9238faa1e078afbae.tar.gz
mutator-825fec9d1a95f410cab43fb9238faa1e078afbae.zip
WIP.using libffi for calling xobjects now.
Diffstat (limited to 'bruiser/makefile')
-rw-r--r--bruiser/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/makefile b/bruiser/makefile
index 9bc142f..20d0956 100644
--- a/bruiser/makefile
+++ b/bruiser/makefile
@@ -13,7 +13,7 @@ HEADER_LIST=bruiser.h bruiser-extra.h CompletionHints.h
SRCS=bruiser.cpp, CompletionHints.cpp, ORCmutation.cpp, mutagen.cpp
#for some reason without ld the build fails on ubuntu trusty on travis
#EXTRA_LD_FLAGS+=-lpthread -ldl -lutil -lm -Xlinker -lpython3
-EXTRA_LD_FLAGS+=$(shell $(PY_CONF) --ldflags)
+EXTRA_LD_FLAGS+=$(shell $(PY_CONF) --ldflags) -lffi
######################################RULES####################################
.DEFAULT: all