diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-04 03:18:05 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-04 03:18:05 +0000 |
commit | dae3fc7dd044cacf4fc1e4a1c6afa05060060d64 (patch) | |
tree | 79df2124cd755b08a2ce0a1149f159d26f19cefe /bruiser | |
parent | updated m0 for llvm 11. travis should get fixed as well. (diff) | |
download | mutator-master.tar.gz mutator-master.zip |
Diffstat (limited to 'bruiser')
-rw-r--r-- | bruiser/makefile | 2 |
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)) |