• 
      

    Make P4PythonInstaller work on OS X Mavericks.

    Review Request #5822 — Created May 13, 2014 and submitted

    Information

    P4PythonInstaller
    master
    10b0510...

    Reviewers

    OS X Mavericks introduced a warning in Clang that causes builds to fail because
    of incorrect arguments to `cc`. The common workaround for this is to use the
    ARCHFLAGS environment variable to specify an additional -Wno-error in order to
    turn this back into something that doesn't fail, but the P4Python installer
    overrides ARCHFLAGS, so instead we override CFLAGS.

    Installed from setup.py successfully for the first time since upgrading to
    Mavericks.

    chipx86
    1. Ship It!

    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (603b5ee).