io/meson.build: move sources to libio_fs.a
Only that one has a dependency on libfs.a (for class AllocatedPath etc.).
This commit is contained in:
@@ -4,7 +4,7 @@ fs_io = static_library(
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
fs_dep,
|
||||
io_dep,
|
||||
io_fs_dep,
|
||||
system_dep,
|
||||
zlib_dep,
|
||||
],
|
||||
|
@@ -26,7 +26,6 @@ fs = static_library(
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
shlwapi_dep,
|
||||
system_dep,
|
||||
icu_dep,
|
||||
fmt_dep,
|
||||
],
|
||||
|
Reference in New Issue
Block a user