fix(tomlplusplus): statically linked into reflectC++
Previously tomlplusplus was built as a shared library but not installed. Now it is statically linked into reflectc++ which was already built as a static library
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
tomlpp_dep = dependency('tomlplusplus', required: true).as_system()
|
||||
tomlpp_dep = dependency('tomlplusplus', required: true, static: true).as_system()
|
||||
|
||||
reflect_cpp_sources = files(
|
||||
'src/yyjson.c',
|
||||
|
||||
Reference in New Issue
Block a user