mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2024-11-22 05:35:39 +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_SDL=ON
|
||||||
- -DENABLE_EVDEV=ON
|
- -DENABLE_EVDEV=ON
|
||||||
- -DDISTRIBUTOR=Flathub
|
- -DDISTRIBUTOR=Flathub
|
||||||
build-options:
|
|
||||||
arch:
|
|
||||||
arm:
|
|
||||||
config-opts:
|
|
||||||
- -DENABLE_GENERIC=ON
|
|
||||||
cleanup:
|
cleanup:
|
||||||
- /share/man
|
- /share/man
|
||||||
post-install:
|
post-install:
|
||||||
|
|
Loading…
Reference in a new issue