summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2011-04-06 22:50:13 +0900
committerDavid Cournapeau <cournape@gmail.com>2011-08-29 00:32:27 +0200
commita654ec7ac3a458fa0a6435a27f1f961fe1d9f06b (patch)
treebe7912d4ab2925c68288dab8e6d1fa80bca40208
parent313e00ecba9eceb79326a1ac917be469441ff0b2 (diff)
downloadnumpy-a654ec7ac3a458fa0a6435a27f1f961fe1d9f06b.tar.gz
ENH: workaround for waf python tool bug.
-rw-r--r--bscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/bscript b/bscript
index e64499aa4..671860f15 100644
--- a/bscript
+++ b/bscript
@@ -92,6 +92,7 @@ def pre_configure(context):
remove_flag_prevalue("ppc", conf.env.CFLAGS_PYEXT)
remove_flag_prevalue("ppc", conf.env.LINKFLAGS_PYEXT)
conf.env.LINKFLAGS_cshlib.extend(["-undefined", "dynamic_lookup", "-bundle"])
+ conf.env["MACOSX_DEPLOYMENT_TARGET"] = "10.4"
conf.env.CFLAGS_PYEXT.append("-Wfatal-errors")
check_blas_lapack(conf)