summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mesonbuild/modules/python.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/modules/python.py b/mesonbuild/modules/python.py
index 984d724c3..8588c4cbb 100644
--- a/mesonbuild/modules/python.py
+++ b/mesonbuild/modules/python.py
@@ -347,7 +347,7 @@ class PythonModule(ExtensionModule):
json.dump(manifest_json, f)
cmd = i.command + [pycompile, manifest, str(optlevel)]
- script = backend.get_executable_serialisation(cmd, verbose=True,
+ script = backend.get_executable_serialisation(cmd, verbose=True, tag='python-runtime',
installdir_map={'py_purelib': i.purelib, 'py_platlib': i.platlib})
ret.append(script)
return ret