summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blacklist1
-rw-r--r--community/dolphin-emu/PKGBUILD6
2 files changed, 6 insertions, 1 deletions
diff --git a/blacklist b/blacklist
index 6c6273bb..4cd16a67 100644
--- a/blacklist
+++ b/blacklist
@@ -1,6 +1,5 @@
archiso # the official package does not build an iso on i686
# dmd
-# dolphin-emu
# embree # has never been an i686 package for arch, but might built for i686, actually
gcc-multilib # obviously not needed on i686
# gitlab
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'|
+ '
+)"