aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/scripts/android/ArchSetup.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/scripts/android/ArchSetup.cmake b/cmake/scripts/android/ArchSetup.cmake
index d76ce93a16..935af74930 100644
--- a/cmake/scripts/android/ArchSetup.cmake
+++ b/cmake/scripts/android/ArchSetup.cmake
@@ -17,6 +17,7 @@ else()
if(CPU STREQUAL armeabi-v7a)
set(ARCH arm)
set(NEON True)
+ set(ENABLE_ISO9660PP OFF CACHE BOOL "" FORCE)
elseif(CPU STREQUAL arm64-v8a)
set(ARCH aarch64)
set(NEON True)