mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2024-11-22 13:45:39 +00:00
Disable i386
This commit is contained in:
parent
de213809b2
commit
5ae386a2cd
3
flathub.json
Normal file
3
flathub.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"skip-arches": ["i386"]
|
||||||
|
}
|
|
@ -26,11 +26,6 @@
|
||||||
"-DENABLE_EVDEV=OFF"
|
"-DENABLE_EVDEV=OFF"
|
||||||
],
|
],
|
||||||
"arch": {
|
"arch": {
|
||||||
"i386": {
|
|
||||||
"config-opts": [
|
|
||||||
"-DENABLE_GENERIC=ON"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"arm": {
|
"arm": {
|
||||||
"config-opts": [
|
"config-opts": [
|
||||||
"-DENABLE_GENERIC=ON"
|
"-DENABLE_GENERIC=ON"
|
||||||
|
|
Loading…
Reference in a new issue