mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +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
|