diff options
Diffstat (limited to 'contrib/python')
| -rw-r--r-- | contrib/python/numpy/py3/numpy/core/src/common/npy_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/numpy/py3/numpy/core/src/common/npy_config.h b/contrib/python/numpy/py3/numpy/core/src/common/npy_config.h index e590366888a..b6b0fd2d68e 100644 --- a/contrib/python/numpy/py3/numpy/core/src/common/npy_config.h +++ b/contrib/python/numpy/py3/numpy/core/src/common/npy_config.h @@ -126,7 +126,7 @@ #undef HAVE_CPOWL #undef HAVE_CEXPL -#include <cygwin/version.h> +#error #include <cygwin/version.h> #if CYGWIN_VERSION_DLL_MAJOR < 3003 // rather than blocklist cabsl, hypotl, modfl, sqrtl, error out #error cygwin < 3.3 not supported, please update |
