summaryrefslogtreecommitdiff
path: root/numpy/random/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/random/meson.build')
-rw-r--r--numpy/random/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/meson.build b/numpy/random/meson.build
index cc61c66dd..036cd81b9 100644
--- a/numpy/random/meson.build
+++ b/numpy/random/meson.build
@@ -66,7 +66,7 @@ random_pyx_sources = [
fs.copyfile('mtrand.pyx'),
'src/distributions/distributions.c',
'src/legacy/legacy-distributions.c'
- ], ['-DNPY_RANDOM_LEGACY=1'], npymath_lib,
+ ], ['-DNP_RANDOM_LEGACY=1'], npymath_lib,
],
]
foreach gen: random_pyx_sources