diff options
Diffstat (limited to 'repo/system/tomlc99.xibuild')
-rw-r--r-- | repo/system/tomlc99.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/tomlc99.xibuild b/repo/system/tomlc99.xibuild index 83da427..de18dd6 100644 --- a/repo/system/tomlc99.xibuild +++ b/repo/system/tomlc99.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make) -DEPS=(glibc) +MAKEDEPS="make" +DEPS="glibc" PKG_VER=1.0 SOURCE=https://github.com/cktan/tomlc99.git |