mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
meson: fix filename printed when generating devenv files
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29731>
This commit is contained in:
parent
decc040abe
commit
dbc28332a9
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ prog_ln = find_program('ln', required : false)
|
|||
if prog_ln.found()
|
||||
foreach d : dril_drivers
|
||||
custom_target(
|
||||
'devenv_@0@'.format(d),
|
||||
d,
|
||||
input : dril_dri,
|
||||
output : d,
|
||||
command : [prog_ln, '-f', '@INPUT@', '@OUTPUT@'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue