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:
Eric Engestrom 2019-02-26 14:30:53 +00:00
parent b7201a468d
commit 7763e664ce
1 changed files with 1 additions and 1 deletions

View File

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