meson.build: add missing libfmt dependencies
This commit is contained in:
@@ -21,4 +21,7 @@ thread = static_library(
|
||||
|
||||
thread_dep = declare_dependency(
|
||||
link_with: thread,
|
||||
dependencies: [
|
||||
fmt_dep,
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user