mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 15:38:09 +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
|