Browse Source
fix android
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/381/head
crueter
6 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
0 deletions
-
src/android/app/build.gradle.kts
|
|
@ -173,6 +173,7 @@ android { |
|
|
"-DENABLE_OPENSSL=ON", |
|
|
"-DENABLE_OPENSSL=ON", |
|
|
"-DANDROID_ARM_NEON=true", // cryptopp requires Neon to work |
|
|
"-DANDROID_ARM_NEON=true", // cryptopp requires Neon to work |
|
|
"-DYUZU_USE_CPM=ON", |
|
|
"-DYUZU_USE_CPM=ON", |
|
|
|
|
|
"-DCPMUTIL_FORCE_BUNDLED=ON", |
|
|
"-DYUZU_USE_BUNDLED_FFMPEG=ON", |
|
|
"-DYUZU_USE_BUNDLED_FFMPEG=ON", |
|
|
"-DYUZU_ENABLE_LTO=ON", |
|
|
"-DYUZU_ENABLE_LTO=ON", |
|
|
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON", |
|
|
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON", |
|
|
|