LuaJIT: fix syntax

This commit is contained in:
Michael Gehring 2017-12-08 15:16:51 +00:00
parent d6580c9f8a
commit d36fabc1e9

View file

@ -11,7 +11,7 @@ distfiles="http://luajit.org/download/$pkgname-$version.tar.gz"
checksum=874b1f8297c697821f561f9b73b57ffd419ed8f4278c82e05b48806d30c1e979
case "$XBPS_TARGET_MACHINE" in
arm*-musl) broken="https://build.voidlinux.eu/builders/armv7l-musl_builder/builds/6139/steps/shell_3/logs/stdio"
arm*-musl) broken="https://build.voidlinux.eu/builders/armv7l-musl_builder/builds/6139/steps/shell_3/logs/stdio" ;;
aarch64*) broken="unsupported";;
esac