mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
citra_android: Bundle speex by default (#6348)
Without this, builds will fail on linux
This commit is contained in:
parent
aa8df317af
commit
49acfe428a
@ -107,7 +107,8 @@ android {
|
||||
arguments "-DENABLE_QT=0", // Don't use QT
|
||||
"-DENABLE_SDL2=0", // Don't use SDL
|
||||
"-DENABLE_WEB_SERVICE=0", // Don't use telemetry
|
||||
"-DANDROID_ARM_NEON=true" // cryptopp requires Neon to work
|
||||
"-DANDROID_ARM_NEON=true", // cryptopp requires Neon to work
|
||||
"-DBUNDLE_SPEEX=ON"
|
||||
|
||||
abiFilters abiFilter
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user