We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2a019 commit 6ada57fCopy full SHA for 6ada57f
make.osx
@@ -8,7 +8,7 @@ PYVERSION=2.6
8
PYTHON=python${PYVERSION}
9
MACOSX_DEPLOYMENT_TARGET=10.6
10
OSX_SDK_VER=10.6
11
-ARCH_FLAGS=-arch i386 -arch x86_64
+ARCH_FLAGS?=-arch i386 -arch x86_64
12
13
# Dependency versions and URLs
14
#
0 commit comments