diff options
Diffstat (limited to 'repo/system/zip.xibuild')
-rw-r--r-- | repo/system/zip.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/zip.xibuild b/repo/system/zip.xibuild index d9b4558..e356b10 100644 --- a/repo/system/zip.xibuild +++ b/repo/system/zip.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="glibc bzip2" +DEPS="musl bzip2" PKG_VER=30 SOURCE=https://downloads.sourceforge.net/infozip/zip$PKG_VER.tar.gz |