CMake: fix pkg-config behavior when building for Android
This commit is contained in:
parent
1d0329a065
commit
19eec22b38
2 changed files with 4 additions and 0 deletions
|
@ -101,6 +101,7 @@ android {
|
|||
arguments "-DENABLE_QT=0", // Don't use QT
|
||||
"-DENABLE_SDL2=0", // Don't use SDL
|
||||
"-DENABLE_WEB_SERVICE=0", // Don't use telemetry
|
||||
"-DBUNDLE_SPEEX=ON",
|
||||
"-DANDROID_ARM_NEON=true", // cryptopp requires Neon to work
|
||||
"-DYUZU_USE_BUNDLED_VCPKG=ON",
|
||||
"-DYUZU_USE_BUNDLED_FFMPEG=ON"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue