diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/SConstruct b/numpy/core/SConstruct index 174627f07..7acd7fbc8 100644 --- a/numpy/core/SConstruct +++ b/numpy/core/SConstruct @@ -143,7 +143,7 @@ else: build_blasdot = 0 config.Finish() -#write_info(env) +write_info(env) #========== # Build |