test/meson.build: add missing dependencies on libio.a
This commit is contained in:
@@ -35,7 +35,6 @@ endif
|
||||
system_dep = declare_dependency(
|
||||
link_with: system,
|
||||
dependencies: [
|
||||
io_dep,
|
||||
winsock_dep,
|
||||
],
|
||||
)
|
||||
|
@@ -147,6 +147,7 @@ executable(
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
fs_dep,
|
||||
io_dep,
|
||||
],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user