diff options
| author | Alexander Smirnov <[email protected]> | 2025-05-16 10:38:30 +0000 |
|---|---|---|
| committer | Alexander Smirnov <[email protected]> | 2025-05-16 10:38:30 +0000 |
| commit | c1ab0168e7428ec89ff10519e01ada84e63d8959 (patch) | |
| tree | fc69eb98f1a62f07027c270f5fd027f4489e5fa6 /contrib/python | |
| parent | d5cd8c0cfb108fcbbd3a286f761791712f76472f (diff) | |
| parent | a1fbbaf84bb6ec7d33ec05b8227810302f8838a5 (diff) | |
Merge pull request #18388 from ydb-platform/merge-libs-250516-0050
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 |
