summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-11-29 14:30:11 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-11-29 14:30:11 +0000
commit42cd0d88dffb8ba97e2d070bcea54be1969e662c (patch)
treead84b680caab0be09850b74ab72d7771234c918b /numpy
parent99b4f78b45ae58e8b9e9370a9c6d61e1e2140a50 (diff)
downloadnumpy-42cd0d88dffb8ba97e2d070bcea54be1969e662c.tar.gz
BUG: fix numscons build, missing subst in _numpyconfig.h
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/SConscript b/numpy/core/SConscript
index 2c0bc47d3..5c73b3a82 100644
--- a/numpy/core/SConscript
+++ b/numpy/core/SConscript
@@ -91,6 +91,8 @@ for type in ('short', 'int', 'long'):
if type == "long":
if not config.CheckDeclaration("SIZEOF_LONG", includes="#include <Python.h>"):
check_type(type)
+ else:
+ numpyconfig_sym.append(('SIZEOF_LONG', 'SIZEOF_LONG'))
else:
check_type(type)