Skip to content
Snippets Groups Projects
Commit 3380848c authored by Gregory Szorc's avatar Gregory Szorc
Browse files

pyoxidizer: use allocator_backend instead of raw_allocator

The name of this attribute changed in PyOxidizer 0.11.

Differential Revision: https://phab.mercurial-scm.org/D10682
parent 9438e9b7
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
packaging_policy.register_resource_callback(resource_callback)
config = dist.make_python_interpreter_config()
config.raw_allocator = "system"
config.allocator_backend = "default"
config.run_command = RUN_CODE
# We want to let the user load extensions from the file system
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment