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 d952326 commit c9c0aedCopy full SHA for c9c0aed
extension/module/CMakeLists.txt
@@ -25,7 +25,7 @@ if(CMAKE_TOOLCHAIN_IOS
25
# duplicated registration when using shared lib
26
add_library(extension_module STATIC ${_extension_module__srcs})
27
else()
28
- add_library(extension_module SHARED ${_extension_module__srcs})
+ add_library(extension_module ${_extension_module__srcs})
29
endif()
30
target_link_libraries(extension_module PRIVATE executorch_core extension_data_loader extension_flat_tensor)
31
target_include_directories(extension_module PUBLIC ${EXECUTORCH_ROOT}/..)
0 commit comments