Fix logic so we correctly raise an exception about missing fallback in the case where the dependency is required.pull/3818/head
parent
9efdcfbb8d
commit
fd4872ae77
3 changed files with 6 additions and 1 deletions
@ -0,0 +1,2 @@ |
||||
project('dep-test') |
||||
missing = dependency('', fallback: ['missing', 'missing_dep'], required: true) |
Loading…
Reference in new issue