An empty / no-op dependency can be expressed as []. This works with the dependencies kwarg in executable targets such as shared_library, but now with declare_dependency, where it would error out with "error: Dependencies must be external deps" because the deps are not flattened in this case. This patch fixes that. Fixes #1500pull/1523/head
parent
9adef3a8e8
commit
3bb3c9ce52
2 changed files with 18 additions and 1 deletions
Loading…
Reference in new issue