diff options
Diffstat (limited to 'numpy/distutils')
| -rw-r--r-- | numpy/distutils/mingw32ccompiler.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/distutils/mingw32ccompiler.py b/numpy/distutils/mingw32ccompiler.py index c1e9937f4..4681d403b 100644 --- a/numpy/distutils/mingw32ccompiler.py +++ b/numpy/distutils/mingw32ccompiler.py @@ -15,6 +15,7 @@ import re import textwrap # Overwrite certain distutils.ccompiler functions: +import numpy.distutils.ccompiler # noqa: F401 from numpy.distutils import log # NT stuff # 1. Make sure libpython<version>.a exists for gcc. If not, build it. |
