python bytecompile: use correct install tag

pull/11638/head
Eli Schwartz 2 years ago
parent 9dbe718eb6
commit 7a3409f3d0
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 2
      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

Loading…
Cancel
Save