A run_target object created in a subdir/meson.build always has a ninja rule name of "name", not "subdir/name". Fixes #9175pull/9202/head
parent
d67850b45e
commit
0b63dff3ba
4 changed files with 14 additions and 1 deletions
@ -0,0 +1,6 @@ |
||||
r = run_target('run-target', |
||||
command: [python3, '-c', 'print("a run target was here")'] |
||||
) |
||||
|
||||
alias_target('aliased-run', r) |
||||
|
Loading…
Reference in new issue