diff options
Diffstat (limited to 'repo/system/libunistring.xibuild')
-rw-r--r-- | repo/system/libunistring.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/libunistring.xibuild b/repo/system/libunistring.xibuild index 0891e82..3629ab5 100644 --- a/repo/system/libunistring.xibuild +++ b/repo/system/libunistring.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=0.9.10 SOURCE=https://ftp.gnu.org/gnu/libunistring/libunistring-$PKG_VER.tar.gz |