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 fafd11f commit 9c73b5dCopy full SHA for 9c73b5d
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(
31
extension_module PRIVATE executorch_core extension_data_loader
0 commit comments