mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-30 09:52:13 +00:00
9 lines
164 B
Makefile
9 lines
164 B
Makefile
#LDFLAGS+=${STOP}/zip/librz.a
|
|
#LINK+=${STOP}/zip/zip/*.o
|
|
#LINK+=${STOP}/zip/zlib/*.o
|
|
ifeq ($(USE_LIB_ZIP),1)
|
|
LINK=$(LIBZIP)
|
|
else
|
|
LINK+=../../shlr/zip/librz.a
|
|
endif
|