archive/meson.build: move ArchiveLookup.cxx to archive_glue.a

Fixes the Windows build.
This commit is contained in:
Max Kellermann 2019-05-31 19:56:13 +02:00
parent 3e3ee581a8
commit 7866d1a005
1 changed files with 1 additions and 1 deletions

View File

@ -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,