diff options
author | David Cournapeau <cournape@gmail.com> | 2008-06-12 07:24:09 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-06-12 07:24:09 +0000 |
commit | 067cbfac7cabbb6ab2d562b5ae54b3037169884e (patch) | |
tree | 5be1b643b758afece6e6bd381bb71adbc6a74207 | |
parent | 2835b2f3e4d00a288c8abef8aa63f9d383c10c5a (diff) | |
download | numpy-067cbfac7cabbb6ab2d562b5ae54b3037169884e.tar.gz |
Add boilerplate SConstruct to set variant dir transparantly.
-rw-r--r-- | numpy/core/SConstruct | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/SConstruct b/numpy/core/SConstruct new file mode 100644 index 000000000..a377d8391 --- /dev/null +++ b/numpy/core/SConstruct @@ -0,0 +1,2 @@ +from numscons import GetInitEnvironment +GetInitEnvironment(ARGUMENTS).DistutilsSConscript('SConscript') |