mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
meson/swr: replace hard-coded path with current_build_dir()
Fixes: 93cd9905c8 "swr/rast: Cleanup and generalize gen_archrast"
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Alok Hota <alok.hota@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
b7201a468d
commit
7763e664ce
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ foreach x : [['gen_ar_event.hpp', '--gen_event_hpp'],
|
|||
prog_python,
|
||||
'@INPUT0@',
|
||||
'--proto', '@INPUT1@', '@INPUT2@',
|
||||
'--output-dir', 'src/gallium/drivers/swr/rasterizer/codegen'
|
||||
'--output-dir', meson.current_build_dir(),
|
||||
],
|
||||
depend_files : files(
|
||||
join_paths('templates', x[0]),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue