event/meson.build: add missing dependency on libio.a
This commit is contained in:
@@ -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,
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user