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 May 4, 2024
1 parent f1848a3 commit 1402700
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 @@ -164,6 +164,8 @@ if(TARGET_ARCH MATCHES "^(ARM|arm|aarch)")
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 1402700

Please sign in to comment.