meson: fix filename printed when generating devenv files
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29731>
This commit is contained in:

committed by
Marge Bot

parent
decc040abe
commit
dbc28332a9
@@ -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@'],
|
||||
|
Reference in New Issue
Block a user