At 07:58 PM 6/28/2007 +0100, Jamie Kirkpatrick wrote:
>Currently there is no way to pass custom options through setuptools
>"develop" to distutils build_ext.

Did you try this:

    setup.py build_ext --debug develop

setuptools' build_ext command doesn't rebuild an existing extension 
built in the build/ directory, even when doing an --inplace build (as 
it does for "develop").

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to