From 825fec9d1a95f410cab43fb9238faa1e078afbae Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 21 Jan 2018 00:41:50 +0330 Subject: WIP.using libffi for calling xobjects now. --- bruiser/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bruiser/makefile') 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 -- cgit v1.2.3