mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2025-04-10 19:15:11 +00:00
Remove duplicated config-opts
This commit is contained in:
parent
b2fdef2158
commit
f0f29a7549
|
@ -28,15 +28,11 @@
|
||||||
"arch": {
|
"arch": {
|
||||||
"i386": {
|
"i386": {
|
||||||
"config-opts": [
|
"config-opts": [
|
||||||
"-DENABLE_GENERIC=ON",
|
|
||||||
"-DENABLE_SDL=ON",
|
|
||||||
"-DENABLE_EVDEV=OFF"
|
"-DENABLE_EVDEV=OFF"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"arm": {
|
"arm": {
|
||||||
"config-opts": [
|
"config-opts": [
|
||||||
"-DENABLE_GENERIC=ON",
|
|
||||||
"-DENABLE_SDL=ON",
|
|
||||||
"-DENABLE_EVDEV=OFF"
|
"-DENABLE_EVDEV=OFF"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue