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