diff options
-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']) |