Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup: fix orjson import on frozen py3.8 (ArchipelagoMW#2458)
orjson has a .py entry point that imports `from .orjson` (from the DLL), which does not work on 3.8 if the DLL is not in the same folder as the .py. The changed import system in 3.9+ seems to allow this. Excluding it from libraries.zip will put both files into the same folder.
- Loading branch information