mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-18 18:57:42 +00:00
6 lines
99 B
Makefile
6 lines
99 B
Makefile
ifeq ($(USE_CAPSTONE),1)
|
|
LINK+=${CAPSTONE_LDFLAGS}
|
|
else
|
|
LINK+=$(SHLR)/capstone/libcapstone.a
|
|
endif
|