Skip to content

Commit

Permalink
Fix loading ISO files on Android arm-v7a
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluismarti committed May 7, 2024
1 parent eb6f9da commit b8fe3f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/scripts/android/ArchSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ else()
if(CPU STREQUAL armeabi-v7a)
set(ARCH arm)
set(NEON True)
set(ENABLE_ISO9660PP OFF)
elseif(CPU STREQUAL arm64-v8a)
set(ARCH aarch64)
set(NEON True)
Expand Down

0 comments on commit b8fe3f3

Please sign in to comment.