summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-12-22 20:57:02 +0100
committerErich Eckner <git@eckner.net>2017-12-22 20:57:02 +0100
commita3eab8bd91a0bf5ea740104cb57fc9e782940e55 (patch)
tree7e6317f25a8c65ae47d09dfa6dfd5613fbf840cc /community
parent7ccb1ae593ca2fed7835a2524097e9a5c5653ce5 (diff)
downloadpackages-a3eab8bd91a0bf5ea740104cb57fc9e782940e55.tar.xz
community/libretro-mupen64plus: WITH_DYNAREC=x86 was there for i686
Diffstat (limited to 'community')
-rw-r--r--community/libretro-mupen64plus/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/libretro-mupen64plus/PKGBUILD b/community/libretro-mupen64plus/PKGBUILD
new file mode 100644
index 00000000..7be65252
--- /dev/null
+++ b/community/libretro-mupen64plus/PKGBUILD
@@ -0,0 +1,6 @@
+eval "$(
+ declare -f build | \
+ sed '
+ s/x86_64/x86/
+ '
+)"