Skip to content

Fix for users who cannot install on Mac due to XCode 5.1 #4

@jamarparris

Description

@jamarparris

The Apple LLVM compiler in Xcode 5.1 treats unrecognized command-line options as errors. This issue has been seen when building both Python native extensions and Ruby Gems, where some invalid compiler options are currently specified.

Details here: http://kaspermunck.github.io/2014/03/fixing-clang-error/

Temporary fix is to pass this argument "ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future" along with the pip install python-bcrypt command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions