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