aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-02-11 21:33:12 +0000
committerbloodstalker <thabogre@gmail.com>2018-02-11 21:33:12 +0000
commit3c3349b3cd97c803260f291ab3c8d4032bf66878 (patch)
treec434864e5e1e7cfb87471b67348b8b75347a8088 /bruiser/makefile
parenttravis fix (diff)
downloadmutator-3c3349b3cd97c803260f291ab3c8d4032bf66878.tar.gz
mutator-3c3349b3cd97c803260f291ab3c8d4032bf66878.zip
travis fix
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 7bf3bf5..d306a4b 100644
--- a/bruiser/makefile
+++ b/bruiser/makefile
@@ -13,7 +13,7 @@ SRCS=$(wildcard *.cpp)
C_SRCS=$(wildcard *.c)
#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) -lffi -lcapstone
+EXTRA_LD_FLAGS+=$(shell $(PY_CONF) --ldflags) -lffi #-lcapstone
######################################RULES####################################
.DEFAULT: all