summaryrefslogtreecommitdiff
path: root/community/libretro-mupen64plus
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-12-28 21:52:14 +0100
committerErich Eckner <git@eckner.net>2017-12-28 21:52:14 +0100
commitfd5201db7054baefd6af090a1446103bc378adc5 (patch)
tree9987a170d70ad0ce663ab8cf083df4828e139b1e /community/libretro-mupen64plus
parent67c452705ccf5773acae59a6a30944af0a18e94d (diff)
downloadpackages-fd5201db7054baefd6af090a1446103bc378adc5.tar.xz
community/libretro-mupen64plus: makedepends on nasm?
Diffstat (limited to 'community/libretro-mupen64plus')
-rw-r--r--community/libretro-mupen64plus/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/community/libretro-mupen64plus/PKGBUILD b/community/libretro-mupen64plus/PKGBUILD
index 7be65252..0baf8105 100644
--- a/community/libretro-mupen64plus/PKGBUILD
+++ b/community/libretro-mupen64plus/PKGBUILD
@@ -4,3 +4,5 @@ eval "$(
s/x86_64/x86/
'
)"
+# why does i686 makedepend on that and x86_64 not?
+makedepends+=(nasm)