summaryrefslogtreecommitdiff
path: root/community/dolphin-emu
diff options
context:
space:
mode:
Diffstat (limited to 'community/dolphin-emu')
-rw-r--r--community/dolphin-emu/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dolphin-emu/PKGBUILD b/community/dolphin-emu/PKGBUILD
index 938ee26c..e4d679bf 100644
--- a/community/dolphin-emu/PKGBUILD
+++ b/community/dolphin-emu/PKGBUILD
@@ -1,6 +1,6 @@
eval "$(
declare -f build | \
sed '
- s|cmake ..|cmake .. -DENABLE_GENERIC='TRUE'|
+ s|cmake ../dolphin-emu|cmake ../dolphin-emu -DENABLE_GENERIC='TRUE'|
'
)"