chore: add back strip in ios

This commit is contained in:
João Lucas de Oliveira Lopes
2025-04-09 11:59:19 -03:00
committed by GitHub
parent 63059a328a
commit e4542f407a

View File

@@ -323,7 +323,7 @@ function(momo_strip_target target)
return()
endif()
if(MSVC OR MOMO_ENABLE_SANITIZER OR CMAKE_SYSTEM_NAME STREQUAL "iOS" OR CMAKE_SYSTEM_NAME STREQUAL "Android")
if(MSVC OR MOMO_ENABLE_SANITIZER OR CMAKE_SYSTEM_NAME STREQUAL "Android")
return()
endif()