diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/dolphin-emu/PKGBUILD | 6 |
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'| + ' +)" |