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,
|
include_directories: inc,
|
||||||
dependencies: [
|
dependencies: [
|
||||||
log_dep,
|
log_dep,
|
||||||
|
io_dep,
|
||||||
uring_dep,
|
uring_dep,
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue