util: Move xxd.py to util
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7034>
This commit is contained in:
@@ -55,7 +55,7 @@ ir_expression_operation_strings_h = custom_target(
|
||||
|
||||
float64_glsl_h = custom_target(
|
||||
'float64_glsl.h',
|
||||
input : ['xxd.py', 'float64.glsl'],
|
||||
input : [files_xxd, 'float64.glsl'],
|
||||
output : 'float64_glsl.h',
|
||||
command : [prog_python, '@INPUT@', '@OUTPUT@', '-n', 'float64_source'],
|
||||
)
|
||||
|
Reference in New Issue
Block a user