diff options
author | David Cournapeau <cournape@gmail.com> | 2008-11-19 12:30:55 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-11-19 12:30:55 +0000 |
commit | 0e3904026f9e2428a38631fd2168c3ed77a59ebc (patch) | |
tree | 4584087f6d206be87199734890fb5c892a5b575a | |
parent | 0a96db9fb6ec83daafa77e700e7c7ef572a5ab48 (diff) | |
download | numpy-0e3904026f9e2428a38631fd2168c3ed77a59ebc.tar.gz |
Forgot to finish the configure context in numscons build of random.
-rw-r--r-- | numpy/random/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/random/SConscript b/numpy/random/SConscript index 3f17b7367..a2acb0a66 100644 --- a/numpy/random/SConscript +++ b/numpy/random/SConscript @@ -38,6 +38,7 @@ if os.name == 'nt': config = env.NumpyConfigure(custom_tests = {'CheckWincrypt' : CheckWincrypt}) if config.CheckWincrypt: config.env.AppendUnique(LIBS = 'Advapi32') + config.Finish() if needs_mingw_ftime_workaround(): env.Append(CPPDEFINES=['NPY_NEEDS_MINGW_TIME_WORKAROUND']) |