build(meson): switched almost all intermediate targets to shared libraries
This commit is contained in:
@@ -18,7 +18,7 @@ dependencies = [
|
||||
macros_dep,
|
||||
]
|
||||
# Define the libconst library so it can be linked against by other parts of the build system
|
||||
libeos = static_library('eos',
|
||||
libeos = library('eos',
|
||||
eos_sources,
|
||||
include_directories: include_directories('public'),
|
||||
cpp_args: ['-fvisibility=default'],
|
||||
|
||||
Reference in New Issue
Block a user