mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2024-11-21 21:25:38 +00:00
Drop skiparches and arm specific build-options
flathub won't build for the 32bit arches anyway, this is superfluous. Also the arm specific build options didn't do anything, they're just a leftover from when we dropped arm in 2019.
This commit is contained in:
parent
5f9bde84c6
commit
792a4756e1
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"skip-arches": ["i386","arm"]
|
||||
}
|
|
@ -97,11 +97,6 @@ modules:
|
|||
- -DENABLE_SDL=ON
|
||||
- -DENABLE_EVDEV=ON
|
||||
- -DDISTRIBUTOR=Flathub
|
||||
build-options:
|
||||
arch:
|
||||
arm:
|
||||
config-opts:
|
||||
- -DENABLE_GENERIC=ON
|
||||
cleanup:
|
||||
- /share/man
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue