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