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