radare2/shlr/capstone.mk

6 lines
99 B
Makefile

ifeq ($(USE_CAPSTONE),1)
LINK+=${CAPSTONE_LDFLAGS}
else
LINK+=$(SHLR)/capstone/libcapstone.a
endif