From ea229684976538ea353908047ea2ca705c59aea1 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Mon, 17 Nov 2008 13:53:42 +0000 Subject: Forgot to update needs_mingw_ftime_workaround function. --- numpy/random/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/random/setup.py') diff --git a/numpy/random/setup.py b/numpy/random/setup.py index 6ee6efd6b..c8b0a5cf5 100644 --- a/numpy/random/setup.py +++ b/numpy/random/setup.py @@ -4,7 +4,7 @@ import sys from distutils.dep_util import newer from distutils.msvccompiler import get_build_version as get_msvc_build_version -def needs_mingw_ftime_workaround(config): +def needs_mingw_ftime_workaround(): # We need the mingw workaround for _ftime if the msvc runtime version is # 7.1 or above and we build with mingw ... # ... but we can't easily detect compiler version outside distutils command -- cgit v1.2.1