Skip to content

Commit 6ada57f

Browse files
committed
Only set ARCH_FLAGS if it hasn't been set already
1 parent fa2a019 commit 6ada57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.osx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PYVERSION=2.6
88
PYTHON=python${PYVERSION}
99
MACOSX_DEPLOYMENT_TARGET=10.6
1010
OSX_SDK_VER=10.6
11-
ARCH_FLAGS=-arch i386 -arch x86_64
11+
ARCH_FLAGS?=-arch i386 -arch x86_64
1212

1313
# Dependency versions and URLs
1414
#

0 commit comments

Comments
 (0)