Skip to content
Snippets Groups Projects
Commit 30a30be1 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Fix broken static linking after introduction of libobjc.

parent 8524d15c
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ function(tarantool_module mod)
if (ENABLE_STATIC)
set_target_properties(tarantool_${mod} PROPERTIES
LINK_SEARCH_END_STATIC ON)
set (module_link_flags "${module_link_flags} -static")
endif()
if (module_link_flags)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment