mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 16:20:39 +02:00
meson: don't generate file into subdirs
This is unsupported by meson and may become a hard error in the future.
Fixes: 5adfc8602c
("lima/ppir: move sin/cos input scaling into NIR")
Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
This commit is contained in:
parent
73b70b4952
commit
52cf2d05a7
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ files_lima = files(
|
|||
)
|
||||
|
||||
lima_nir_algebraic_c = custom_target(
|
||||
'ir/lima_nir_algebraic.c',
|
||||
'lima_nir_algebraic.c',
|
||||
input : 'ir/lima_nir_algebraic.py',
|
||||
output : 'lima_nir_algebraic.c',
|
||||
command : [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue