summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-10-08 18:07:30 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-10-08 18:07:30 +0200
commitffb509066ae452cd1e136e6afd483eb31fc21ac1 (patch)
tree8ff900c24e4122ffd6a5de181867cba14e01d397 /community
parente626c0f98665a1b20a947b267130f4e3ba7bee5f (diff)
downloadpackages-ffb509066ae452cd1e136e6afd483eb31fc21ac1.tar.xz
community/dolphin-emu: setting -DENABLE_GENERIC='TRUE' to compile on 32-bit
Diffstat (limited to 'community')
-rw-r--r--community/dolphin-emu/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
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'|
+ '
+)"