Skip to content

Commit

Permalink
~ Another try to fix the build for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
gindemit committed Aug 27, 2023
1 parent 5fbef2e commit a21eb97
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 @@ -37,7 +37,7 @@ else()
add_library (LottiePlugin SHARED ${RLOTTIE_PLUGIN_LIBRARY_SOURCES})
endif()

if (RLOTTIE_IOS OR ANDROID OR (RLOTTIE_OSX AND CMAKE_OSX_ARCHITECTURES STREQUAL "arm64"))
if (RLOTTIE_IOS OR ANDROID OR RLOTTIE_OSX)
message("Compile cpp source for iOS or Android")
target_sources(rlottie PRIVATE ${PIXMAN_ROOT}/pixman-cpp-standard.cpp)
endif()
Expand Down

0 comments on commit a21eb97

Please sign in to comment.