mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +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
|