diff options
Diffstat (limited to 'numpy/fft/SConstruct')
-rw-r--r-- | numpy/fft/SConstruct | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/fft/SConstruct b/numpy/fft/SConstruct new file mode 100644 index 000000000..a377d8391 --- /dev/null +++ b/numpy/fft/SConstruct @@ -0,0 +1,2 @@ +from numscons import GetInitEnvironment +GetInitEnvironment(ARGUMENTS).DistutilsSConscript('SConscript') |