Skip to content
Snippets Groups Projects

meson: use python dependency instead of calling the script directly

Merged Hendrik Leppkes requested to merge h.leppkes/libplacebo:python-glsl-preproc into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
glsl_preproc = [ find_program('./main.py'), '@INPUT@', '@OUTPUT@' ]
glsl_preproc = [ python, join_paths(meson.current_source_dir(), 'main.py'), '@INPUT@', '@OUTPUT@' ]
glsl_deps = files(
'macros.py',
'statement.py',
Loading