mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-22 18:12:53 +00: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 a new issue