diff options
-rw-r--r-- | testing/mgba/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mgba/APKBUILD b/testing/mgba/APKBUILD index b2e677e974..8a72d1527e 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" |