Skip to content

Instantly share code, notes, and snippets.

@mcescalante
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcescalante/10097027 to your computer and use it in GitHub Desktop.
Save mcescalante/10097027 to your computer and use it in GitHub Desktop.
pip Xcode clang 3.4 workaround
#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