diff options
Diffstat (limited to 'repo/system/zlib.xibuild')
-rw-r--r-- | repo/system/zlib.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/zlib.xibuild b/repo/system/zlib.xibuild index a1db121..d86e791 100644 --- a/repo/system/zlib.xibuild +++ b/repo/system/zlib.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="glibc" +DEPS="musl" PKG_VER=1.2.11 SOURCE=https://github.com/madler/zlib/archive/refs/tags/v$PKG_VER.tar.gz |