Commit 7866d1a0 authored by Max Kellermann's avatar Max Kellermann

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

Fixes the Windows build.
parent 3e3ee581
archive_api = static_library(
'archive_api',
'ArchiveDomain.cxx',
'ArchiveLookup.cxx',
'ArchiveList.cxx',
include_directories: inc,
)
......@@ -20,6 +19,7 @@ endif
archive_glue = static_library(
'archive_glue',
'ArchiveLookup.cxx',
'ArchivePlugin.cxx',
'../input/plugins/ArchiveInputPlugin.cxx',
include_directories: inc,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment