diff options
| author | David Cournapeau <cournape@gmail.com> | 2008-07-09 06:03:35 +0000 |
|---|---|---|
| committer | David Cournapeau <cournape@gmail.com> | 2008-07-09 06:03:35 +0000 |
| commit | 0dffd02f017944c9ccfbdbe667a21fe27473a387 (patch) | |
| tree | 6fe2f904ef4517258077dae440d8a62e8240f91f /numpy/random/SConscript | |
| parent | 06e999f3a8b458684b4cd9677417f799caf02585 (diff) | |
| download | numpy-0dffd02f017944c9ccfbdbe667a21fe27473a387.tar.gz | |
Simplify a bit more scons scripts.
Diffstat (limited to 'numpy/random/SConscript')
| -rw-r--r-- | numpy/random/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/SConscript b/numpy/random/SConscript index e7f5018bf..a9bc3a599 100644 --- a/numpy/random/SConscript +++ b/numpy/random/SConscript @@ -41,4 +41,4 @@ sources = [os.path.join('mtrand', x) for x in ['mtrand.c', 'randomkit.c', 'initarray.c', 'distributions.c']] # XXX: Pyrex dependency -mtrand = env.NumpyPythonExtension('mtrand', source = sources) +env.NumpyPythonExtension('mtrand', source = sources) |
