Last active
August 29, 2015 13:58
-
-
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
This file contains hidden or 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 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