diff options
author | Julian Taylor <juliantaylor108@gmail.com> | 2016-12-13 17:36:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-13 17:36:14 +0100 |
commit | d70d37b7c4aa2af3fe879a0d858c54f2aa32a725 (patch) | |
tree | 8583aecc80411673da253b6862dc2a9f7b46a65a /numpy/core/setup_common.py | |
parent | b0769c37610291ec09ffeee2f795f7ce733c88d3 (diff) | |
parent | 154b2c19f392817a936aea0190e276f8228cb489 (diff) | |
download | numpy-d70d37b7c4aa2af3fe879a0d858c54f2aa32a725.tar.gz |
Merge pull request #8367 from embray/cygwin/xlocale
xlocale.h is not available in newlib / Cygwin
Diffstat (limited to 'numpy/core/setup_common.py')
-rw-r--r-- | numpy/core/setup_common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/setup_common.py b/numpy/core/setup_common.py index d9e9ba5df..18066d991 100644 --- a/numpy/core/setup_common.py +++ b/numpy/core/setup_common.py @@ -114,6 +114,7 @@ OPTIONAL_HEADERS = [ "xmmintrin.h", # SSE "emmintrin.h", # SSE2 "features.h", # for glibc version linux + "xlocale.h" # see GH#8367 ] # optional gcc compiler builtins and their call arguments and optional a |