renpy / renpy-build

Build system for the Ren'Py visual novel engine. (The engine itself, not games.)
76 stars 51 forks source link

Tweaks to pyc compilation #107

Closed mal closed 11 months ago

mal commented 11 months ago

A better approach to the problem that #99 sought to address - consistent pyc compilation.

Tested with platform=linux arch=x86_64, resulting in correct output for lib/python2.7 and lib/python3.9.

P.S. There is a little more detail in the individual commit messages.