Skip to content

Commit

Permalink
BLD: Fix features.h detection for Meson builds
Browse files Browse the repository at this point in the history
Fixes function blocklisting for glibc<2.18, reported in issue numpygh-25087.

Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
  • Loading branch information
mbargull committed Nov 8, 2023
1 parent 69b9afa commit dbdb8d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/_core/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#mesondefine HAVE___DECLSPEC_THREAD_

/* Optional headers */
#mesondefine HAVE_FEATURES_H
#mesondefine HAVE_XLOCALE_H
#mesondefine HAVE_DLFCN_H
#mesondefine HAVE_EXECINFO_H
Expand Down

0 comments on commit dbdb8d5

Please sign in to comment.