event/meson.build: add missing dependency on libio.a
This commit is contained in:
parent
a79454f6a6
commit
63b9fb3d2b
|
@ -47,6 +47,7 @@ event = static_library(
|
|||
include_directories: inc,
|
||||
dependencies: [
|
||||
log_dep,
|
||||
io_dep,
|
||||
uring_dep,
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue