We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90280f commit bee044dCopy full SHA for bee044d
build/executorch-config.cmake
@@ -56,8 +56,9 @@ foreach(lib ${lib_list})
56
if("${lib}" STREQUAL "extension_module" AND (NOT CMAKE_TOOLCHAIN_IOS))
57
add_library(${lib} SHARED IMPORTED)
58
else()
59
- # Building a share library on iOS requires code signing, so it's easier
60
- # to keep all libs as static when CMAKE_TOOLCHAIN_IOS is used
+ # Building a share library on iOS requires code signing, so it's
+ # easier to keep all libs as static when CMAKE_TOOLCHAIN_IOS is
61
+ # used
62
add_library(${lib} STATIC IMPORTED)
63
endif()
64
set_target_properties(
0 commit comments