From ffb509066ae452cd1e136e6afd483eb31fc21ac1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 8 Oct 2017 18:07:30 +0200 Subject: community/dolphin-emu: setting -DENABLE_GENERIC='TRUE' to compile on 32-bit --- community/dolphin-emu/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/dolphin-emu/PKGBUILD (limited to 'community/dolphin-emu') diff --git a/community/dolphin-emu/PKGBUILD b/community/dolphin-emu/PKGBUILD new file mode 100644 index 00000000..938ee26c --- /dev/null +++ b/community/dolphin-emu/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f build | \ + sed ' + s|cmake ..|cmake .. -DENABLE_GENERIC='TRUE'| + ' +)" -- cgit v1.2.3