summaryrefslogtreecommitdiff
path: root/numpy/random/setup.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2008-11-17 13:53:42 +0000
committerDavid Cournapeau <cournape@gmail.com>2008-11-17 13:53:42 +0000
commitea229684976538ea353908047ea2ca705c59aea1 (patch)
tree3034589f01acdf07954a973f11a4dc28969ae0f7 /numpy/random/setup.py
parenteb52b1d8ff31a3eb48319b20de272acc26f88bdd (diff)
downloadnumpy-ea229684976538ea353908047ea2ca705c59aea1.tar.gz
Forgot to update needs_mingw_ftime_workaround function.
Diffstat (limited to 'numpy/random/setup.py')
-rw-r--r--numpy/random/setup.py2
1 files changed, 1 insertions, 1 deletions
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