summaryrefslogtreecommitdiff
path: root/utils/codegen/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'utils/codegen/meson.build')
-rw-r--r--utils/codegen/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/codegen/meson.build b/utils/codegen/meson.build
index fb2196ee..adf33bba 100644
--- a/utils/codegen/meson.build
+++ b/utils/codegen/meson.build
@@ -5,6 +5,7 @@
py_build_env = environment()
# \todo Investigate usage of PYTHONPYCACHEPREFIX for Python >= 3.8
py_build_env.set('PYTHONDONTWRITEBYTECODE', '1')
+py_build_env.prepend('PYTHONPATH', meson.current_source_dir())
py_modules += ['jinja2', 'yaml']