Compare commits
1 Commits
1.0.0-4-g7
...
1.0.0-5-g5
Author | SHA1 | Date | |
---|---|---|---|
5be381d2b7 |
@ -29,7 +29,9 @@ function build {
|
|||||||
-o "$destdir/$name" \
|
-o "$destdir/$name" \
|
||||||
"$srcdir"
|
"$srcdir"
|
||||||
|
|
||||||
if [ ! -z "$(which upx)" ]; then
|
# Disable UPX compression for MIPS archs
|
||||||
|
# See https://github.com/upx/upx/issues/339
|
||||||
|
if [ ! -z "$(which upx)" ] && [[ ! "$arch" =~ "mips" ]]; then
|
||||||
upx --best "$destdir/$name"
|
upx --best "$destdir/$name"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user