On Fri, 24 Apr 2009 20:28:14 +0200, Stefano Brilli <[email protected]>
wrote:
> Hi,
> 
> While using sipdistutils.py I noticed that it is not possible to add the
> "-e" flag to the sip build command. So I did a little change in
> sipdistutils.py
> 
> I would like to contribute with this patch.
> 
> (And this is a small using example)
> 
> --------------------- setup.py -----------------------
> from distutils.core import setup
> from distutils.extension import Extension
> import sipdistutils
> import os
> import sys
> 
> sipdistutils.additional_sip_options.append('-e')

I'm not a distutils expert - is adding a module-level list the right way to
extend the functionality? Seems a bit hackish to me.

Giovanni?

Phil
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to