Skip to content

Commit

Permalink
Fix Arm Neon optimization detection when building for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Nov 16, 2023
1 parent e755fb7 commit 48aaf62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ if(TARGET_ARCH MATCHES "^arm" OR
else()
add_definitions(-DPNG_ARM_NEON_OPT=0)
endif()
else()
add_definitions(-DPNG_ARM_NEON_OPT=0)
endif()

# Set definitions and sources for PowerPC.
Expand Down

0 comments on commit 48aaf62

Please sign in to comment.