commit | 1285115c16180bd28a3cfe79d9db8d10c84fe2ed | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Mar 17 17:48:32 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Mar 17 18:56:16 2021 -0700 |
tree | 506f70d9e71561c7807c2d6c381e9c6333d62ab8 | |
parent | 15fe169d1fbdd510bb9cfc9bb725baf0613350ff [diff] |
meson: Fix build with 0.57.1 Meson doesn't like that we are symlinking subprojects outside the subproject directory. If we invert the links we are able to build again. We also need to fix any projects passing arguments which they don't actually accept. Change-Id: Ie7adf82afabc1becc85c36b3cc632e8ebd4cae5b Signed-off-by: William A. Kennington III <wak@google.com>