Skip to content
Snippets Groups Projects
Commit 3563dfe4 authored by Nirbheek Chauhan's avatar Nirbheek Chauhan :ant: Committed by Simon Ser
Browse files

meson: Fix warning about extract_all_objects usage

We use this because of a meson bug that was fixed in 0.52:

https://mesonbuild.com/Release-notes-for-0-52-0.html#improved-support-for-static-libraries

Bump the requirement and remove the extract_all_objects workaround.
This gets rid of a meson warning:

WARNING: extract_all_objects called without setting recursive
keyword argument. Meson currently defaults to
non-recursive to maintain backward compatibility but
the default will be changed in the future.
parent c6e1af99
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment