From 9af2b5ba0ab24b0f3636a7e8c1023ef2b34e0e48 Mon Sep 17 00:00:00 2001 From: Shiz Date: Sun, 5 Aug 2018 04:28:11 +0200 Subject: testing/mgba: fix build on non-x86_64 --- testing/mgba/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/mgba/APKBUILD') diff --git a/testing/mgba/APKBUILD b/testing/mgba/APKBUILD index b2e677e9749..8a72d1527e0 100644 --- a/testing/mgba/APKBUILD +++ b/testing/mgba/APKBUILD @@ -44,7 +44,7 @@ check() { # test python bindings by executing an open source ROM # for DMG-01 (OG gameboy) and exporting a png screenshot - PYTHONPATH="$PWD/$(echo python/lib.linux-x86_64-3.*)" \ + PYTHONPATH="$PWD/$(echo python/lib.linux-*-3.*)" \ LD_LIBRARY_PATH="$builddir/build" \ ZIPFILE="$srcdir/cpu_instrs.zip" \ "$startdir/test-py.sh" @@ -68,7 +68,7 @@ _py() { depends="py3-cffi py3-cached-property" cd "$builddir/build/python" - local bdir=$(echo lib.linux-x86_64-3.*) + local bdir=$(echo lib.linux-*-3.*) local pyver=${bdir##*-} local dest="$subpkgdir/usr/lib/python$pyver/site-packages" -- cgit v1.2.3