diff options
Diffstat (limited to 'repo/system/lua.xibuild')
-rw-r--r-- | repo/system/lua.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/lua.xibuild b/repo/system/lua.xibuild index 6c035e0..1e4f0b0 100644 --- a/repo/system/lua.xibuild +++ b/repo/system/lua.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(readline) +MAKEDEPS="make " +DEPS="readline" PKG_VER=5.4.4 SOURCE=https://www.lua.org/ftp/lua-$PKG_VER.tar.gz |