meson: fix filename printed when generating devenv files

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29731>
This commit is contained in:
Eric Engestrom
2024-07-18 09:07:51 +02:00
committed by Marge Bot
parent decc040abe
commit dbc28332a9

View File

@@ -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@'],