Skip to content

Commit

Permalink
~ Trying to compile the asm files for pixman on iOS also.
Browse files Browse the repository at this point in the history
  • Loading branch information
gindemit committed Jul 6, 2023
1 parent 1ef8dfb commit f31ab26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/CMake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if ("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "armv7-a" OR "${CMAKE_SYSTEM_PROCESSOR}
enable_language(ASM)
endif()

if (ANDROID)
if (ANDROID OR RLOTTIE_IOS)
if ("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "armv7-a")
message("Compile asm source for armv7-a")
target_compile_options(rlottie PUBLIC -fno-integrated-as)
Expand Down

0 comments on commit f31ab26

Please sign in to comment.