Silence meson warning about extract_all_objects
Upstream is changing the default from false to true. This makes no difference to us, so just set as the future default. Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
0a792843f9
commit
5bbda937f1
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ libalpm_a = static_library(
|
||||||
'alpm_objlib',
|
'alpm_objlib',
|
||||||
libalpm_sources,
|
libalpm_sources,
|
||||||
# https://github.com/mesonbuild/meson/issues/3937
|
# https://github.com/mesonbuild/meson/issues/3937
|
||||||
objects : libcommon.extract_all_objects(),
|
objects : libcommon.extract_all_objects(recursive: true),
|
||||||
include_directories : includes,
|
include_directories : includes,
|
||||||
gnu_symbol_visibility : 'hidden',
|
gnu_symbol_visibility : 'hidden',
|
||||||
dependencies : alpm_deps)
|
dependencies : alpm_deps)
|
||||||
|
|
Loading…
Add table
Reference in a new issue