Skip to content

Commit 8463bc9

Browse files
committed
BLD: Fix features.h detection for Meson builds
Fixes function blocklisting for glibc<2.18, reported in issue numpygh-25087. Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
1 parent 55d3f26 commit 8463bc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpy/core/config.h.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#mesondefine HAVE___DECLSPEC_THREAD_
1313

1414
/* Optional headers */
15+
#mesondefine HAVE_FEATURES_H
1516
#mesondefine HAVE_XLOCALE_H
1617
#mesondefine HAVE_DLFCN_H
1718
#mesondefine HAVE_EXECINFO_H

0 commit comments

Comments
 (0)