aboutsummaryrefslogtreecommitdiffstats
path: root/testing/texlive/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/texlive/APKBUILD')
-rw-r--r--testing/texlive/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/texlive/APKBUILD b/testing/texlive/APKBUILD
index cb5f837f3e..b945b737fb 100644
--- a/testing/texlive/APKBUILD
+++ b/testing/texlive/APKBUILD
@@ -26,7 +26,7 @@ _xetex="xelatex xelollipop"
build() {
cd "$builddir"
- if [ "$CARCH" = "ppc64le" ] ; then
+ if [ "$CARCH" = "ppc64le" ] || [ "$CARCH" = "s390x" ] ; then
EXTRA="--disable-luajittex --disable-mfluajit"
fi