Skip to content

Instantly share code, notes, and snippets.

@yinyin
Last active August 29, 2015 13:58
Show Gist options
  • Save yinyin/10225841 to your computer and use it in GitHub Desktop.
Save yinyin/10225841 to your computer and use it in GitHub Desktop.
Workaround the Xcode 5.1 compile option issue on building extension with system Python
# add the following to bin/active script in virtualenv sandbox
echo "ARCHFLAGS=${ARCHFLAGS}"
export 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