[Python-Dev] Distutils and -framework on MacOSX (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Thu Mar 29 11:37:40 CEST 2007
- Previous message: [Python-Dev] About SSL tests
- Next message: [Python-Dev] Distutils and -framework on MacOSX
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Has anyone found a way of persuading distutils to pass MacOSX -framework options properly when linking?
Using extra_link_args doesn't work, because they need to be at the beginning of the command line to work properly, but extra_link_args gets put at the end. And extra_compile_args is only used when compiling, not linking.
-- Greg
- Previous message: [Python-Dev] About SSL tests
- Next message: [Python-Dev] Distutils and -framework on MacOSX
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]