aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-04 03:18:05 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-04 03:18:05 +0000
commitdae3fc7dd044cacf4fc1e4a1c6afa05060060d64 (patch)
tree79df2124cd755b08a2ce0a1149f159d26f19cefe
parentupdated m0 for llvm 11. travis should get fixed as well. (diff)
downloadmutator-master.tar.gz
mutator-master.zip
[ci skip]we need to pass --embed to python-configHEADmaster
-rw-r--r--bruiser/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/makefile b/bruiser/makefile
index 48f54cb..67a6314 100644
--- a/bruiser/makefile
+++ b/bruiser/makefile
@@ -87,7 +87,7 @@ endif
SRCS:=$(wildcard *.cpp)
C_SRCS:=$(wildcard *.c)
CXX_FLAGS+=$(CXX_EXTRA)
-EXTRA_LD_FLAGS+=$(shell $(PY_CONF) --ldflags) -lffi -lcapstone -lkeystone -L./lua-5.3.4/src
+EXTRA_LD_FLAGS+=-lffi -lcapstone -lkeystone -L./lua-5.3.4/src $(shell $(PY_CONF) --embed --ldflags)
LD_FLAGS+=$(EXTRA_LD_FLAGS)
TBG_OBJLIST_INC_WASM=$(patsubst ./autogen/wasm/ltg/%.c, ./autogen/wasm/ltg/%.o, $(wildcard ./autogen/wasm/ltg/*.c))
TBG_OBJLIST_DBG_INC_WASM=$(patsubst ./autogen/wasm/ltg/%.c, ./autogen/wasm/ltg/%.odbg, $(wildcard ./autogen/wasm/ltg/*.c))