system/meson.build: depend on libfmt, not our log.a

Fixes linker error.
This commit is contained in:
Max Kellermann 2022-05-19 13:24:38 +02:00
parent 0e9e213324
commit 313b092ba8

View File

@ -17,7 +17,7 @@ system = static_library(
system_sources,
include_directories: inc,
dependencies: [
log_dep,
fmt_dep,
],
)