Last active
August 29, 2015 13:58
-
-
Save mcescalante/10097027 to your computer and use it in GitHub Desktop.
pip Xcode clang 3.4 workaround
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Add this line before the "pip install..." command to bypass annoying errors on build with clang 3.4 Xcode tools | |
ARCHFLAGS="-Wno-error=unused-command-line-argument-hard-error-in-future" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment