From 7a3409f3d060e3bf4a910fa1374d261f02242bce Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 18 Apr 2023 01:03:59 -0400 Subject: python bytecompile: use correct install tag --- mesonbuild/modules/python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/modules/python.py') 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 -- cgit v1.2.3