Skip to content
Snippets Groups Projects
Commit 1a420a13 authored by Kyle Lippincott's avatar Kyle Lippincott
Browse files

pyoxidizer: use in-memory resources on non-Windows platforms

In-memory resources were disabled for macOS in 7bc1beedd718, and for all platforms
in c900d962e38b. Unfortunately this made it so that we were no longer producing
standalone binaries on these platforms, and would have to ship the .py and .pyc
files alongside the pyoxidized binary.

These changes are no longer necessary after f6b045910d82, which disabled pep517 and
solved the issue we were encountering.

Differential Revision: https://phab.mercurial-scm.org/D11734
parent 6ffcaba7
No related branches found
No related tags found
No related merge requests found
Loading
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