[Python-Dev] python, lipo and the future?
Josiah Carlson
jcarlson at uci.edu
Sun Sep 17 20:03:31 CEST 2006
"Martin v. Löwis" <martin at v.loewis.de> wrote:
> Out of curiosity: how do the current universal binaries deal with this
> issue?
If I remember correctly, usually you do two completely independant
compile runs (optionally on the same machine with different configure or
macro definitions, then use a packager provided by Apple to merge the
results for each binary/so to be distributed. Each additional platform
would just be a new compile run.
- Josiah
More information about the Python-Dev
mailing list