diff options
| author | mattip <matti.picus@gmail.com> | 2023-01-19 11:53:54 +0200 |
|---|---|---|
| committer | Ralf Gommers <ralf.gommers@gmail.com> | 2023-02-20 21:07:30 +0000 |
| commit | 587907098e69f833c4cd39aca49127c2f8abecbb (patch) | |
| tree | 55ea57eb474dfd64106a03502b97ecc58774b313 /numpy/random | |
| parent | 8df3626af816b570809e31ac9610148f110af81a (diff) | |
| download | numpy-587907098e69f833c4cd39aca49127c2f8abecbb.tar.gz | |
BUILD: add a windows meson CI job, tweak meson build parameters, fix typo
Diffstat (limited to 'numpy/random')
| -rw-r--r-- | numpy/random/meson.build | 2 |
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 |
