diff options
author | Sam Bingner <sam@bingner.com> | 2018-10-12 16:38:39 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-10-12 16:38:39 -1000 |
commit | ab753fcde40b28248172c552ce2b1f23eddfc9f4 (patch) | |
tree | 2ff2724ef77294878f91b528843a0f0b6dba5462 /data/pngcrush/make.sh | |
parent | 295030d5719c3af352cfc5394b8ce13e3a1e0fb9 (diff) |
Update more packages
Diffstat (limited to 'data/pngcrush/make.sh')
-rw-r--r-- | data/pngcrush/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/pngcrush/make.sh b/data/pngcrush/make.sh index b2d27234d..ed983010a 100644 --- a/data/pngcrush/make.sh +++ b/data/pngcrush/make.sh @@ -1,4 +1,4 @@ pkg:setup -make CC=arm-apple-darwin9-gcc LD=arm-apple-darwin9-gcc +make CC="${PKG_TARG}-gcc" LD="${PKG_TARG}-gcc" -j8 pkg: mkdir -p /usr/bin pkg: cp -a pngcrush /usr/bin |