mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
The python installer cli isn't able to overwrite files of packages that already exist, this causes problems when doing a rebuild or update without a full clean. Since we need to add functionality to our pyinstaller.py script to fix this issue we must also use pyinstaller.py for host python packages. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Tested-by: Marcus Hoffmann <marcus.hoffmann@othermo.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>