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