Fix build with --with-syszip

This commit is contained in:
Pierre Pronchery 2015-07-03 18:07:48 +02:00 committed by Jeffrey Crowell
parent b3589b4a0c
commit 180322823e

View File

@ -14,7 +14,7 @@ MINOR=1
LD=$(CC)
LDFLAGS+=-L${LIBR}/socket -lr_socket
LDFLAGS+=-L${LIBR}/util -lr_util
LDFLAGS+=../zip/librz.a
include ../../shlr/zip/deps.mk
#OSTYPE=windows
include ../../libr/socket/deps.mk