You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can reproduce this on Linux, so it doesn't appear to be Windows specific. I haven't looked into it further, but it seems from the updated error message in the linked PR that this is a bug on our end.
This is actually happening in the svc-src sub-subprojct (Yay for CMake's non-standard subprojects :/), and is (I think) caused by us not handling BYPRODUCTS, which means that we end up treating a command line arguments that has the output, as if it's an input.
Describe the bug
When trying to build libavif 1.1.1 as subproject meson fails with an error.
meson-log.txt
To Reproduce
Clone libavif into the subprojects dir and run
meson setup build
test_libavif.zip
Expected behavior
Normal build setup
system parameters
native
Windows 10
Python 3.7.9
meson --version
1.5.0
ninja --version
if it's a Ninja build1.12.1
The text was updated successfully, but these errors were encountered: