Skip to content

Commit bee044d

Browse files
committed
Fix lint
1 parent c90280f commit bee044d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/executorch-config.cmake

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ foreach(lib ${lib_list})
5656
if("${lib}" STREQUAL "extension_module" AND (NOT CMAKE_TOOLCHAIN_IOS))
5757
add_library(${lib} SHARED IMPORTED)
5858
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
59+
# Building a share library on iOS requires code signing, so it's
60+
# easier to keep all libs as static when CMAKE_TOOLCHAIN_IOS is
61+
# used
6162
add_library(${lib} STATIC IMPORTED)
6263
endif()
6364
set_target_properties(

0 commit comments

Comments
 (0)