On Thu, 27 Jun 2013 18:59:26 -0500, William Kyngesburye
<wokl...@kyngchaos.com> wrote:
> PyQt should be picking the spec from SIP (unless PyQt 5 changed that). 
> You can specify the spec when compiling SIP with the option:
> 
> -p macx-g++
> 
> if that doesn't work when compiling PyQt, try:
> 
> -p macx-llvm
> 
> It's odd though, even on OS X 10.7, I get macx-g++ as the default for
SIP.
> 
> If PyQt 5 ignores SIP for the spec, maybe there's a similar option when
> compiling PyQt 5 to set the spec.

It's --spec

Phil
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to