mirror of
https://review.haiku-os.org/haiku
synced 2025-02-02 03:36:14 +01:00
982bb9f713
Python 2.7.x has *much* better cross-compiling support so that it's now actually possible to properly cross-compile Python during the bootstrap. Before, it would just depend a lot on luck and the build host used, now it even cross-compiles on OS X. This means it's now possible to build a working bootstrap image on OS X! :)