diff options
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 ba7521e30..a1729e656 100644 --- a/numpy/core/setup_common.py +++ b/numpy/core/setup_common.py @@ -113,6 +113,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 |