patch-always-build-python-for-freeze.patch
Python 3.11+ supports using a provided Python during bootstrapping (e.g. freezing), but only uses it when cross-compiling.
This patch forces always using the provided Python, even when not cross-compiling. This ensures consistent build behavior regardless of cross-compilation status.