summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastianb@nvidia.com>2022-11-30 09:21:26 +0100
committerSebastian Berg <sebastianb@nvidia.com>2022-11-30 09:21:26 +0100
commitf77e4fd99cff6f74aef094b4d06c53bf38a05058 (patch)
tree993776f0364a681421fead95850f25182f832f25
parentb0b7a066c393a1d7cc69e9a6db7c7c7a3602b293 (diff)
downloadnumpy-f77e4fd99cff6f74aef094b4d06c53bf38a05058.tar.gz
MAINT: Add `np._utils` to meson
Odd PR timing/based on an older branch or seems to have hid, this necessary addition when adding `_util`. (Or we just missed it next to a lint failure)
-rw-r--r--numpy/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/meson.build b/numpy/meson.build
index 8b20769d0..bdf2d592e 100644
--- a/numpy/meson.build
+++ b/numpy/meson.build
@@ -120,6 +120,7 @@ tempita = generator(tempita_cli,
pure_subdirs = [
'_pyinstaller',
'_typing',
+ '_utils',
'array_api',
'compat',
'distutils',