archive/meson.build: move ArchiveLookup.cxx to archive_glue.a
Fixes the Windows build.
This commit is contained in:
parent
3e3ee581a8
commit
7866d1a005
|
@ -1,7 +1,6 @@
|
||||||
archive_api = static_library(
|
archive_api = static_library(
|
||||||
'archive_api',
|
'archive_api',
|
||||||
'ArchiveDomain.cxx',
|
'ArchiveDomain.cxx',
|
||||||
'ArchiveLookup.cxx',
|
|
||||||
'ArchiveList.cxx',
|
'ArchiveList.cxx',
|
||||||
include_directories: inc,
|
include_directories: inc,
|
||||||
)
|
)
|
||||||
|
@ -20,6 +19,7 @@ endif
|
||||||
|
|
||||||
archive_glue = static_library(
|
archive_glue = static_library(
|
||||||
'archive_glue',
|
'archive_glue',
|
||||||
|
'ArchiveLookup.cxx',
|
||||||
'ArchivePlugin.cxx',
|
'ArchivePlugin.cxx',
|
||||||
'../input/plugins/ArchiveInputPlugin.cxx',
|
'../input/plugins/ArchiveInputPlugin.cxx',
|
||||||
include_directories: inc,
|
include_directories: inc,
|
||||||
|
|
Loading…
Reference in New Issue