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 Jul 29, 2023
1 parent f8e5fa9 commit 80dae5b
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 @@ -137,6 +137,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 80dae5b

Please sign in to comment.