plugins: make plugins shared modules again
This reverts the main part of commit 4a264252a7.
As plugins are the prime use case for `shared_module`
getting rid of the warning from meson about linking against shared modules
weighs less heavy.
This commit is contained in:
@@ -46,11 +46,10 @@ mm_sources = files(
|
||||
]
|
||||
)
|
||||
|
||||
calls_mm = shared_library(
|
||||
calls_mm = shared_module(
|
||||
'mm',
|
||||
mm_sources,
|
||||
dependencies: mm_deps,
|
||||
link_args: '-Wl,--unresolved-symbols=ignore-in-object-files',
|
||||
include_directories: src_include,
|
||||
install: true,
|
||||
install_dir: mm_install_dir
|
||||
|
||||
Reference in New Issue
Block a user