Parent Directory
|
Revision Log
Fixing building for libpython *present*
1 | Import('env') |
2 | extenv = env.Copy() |
3 | |
4 | for d in ['extfn','datareader']: |
5 | extenv.SConscript(d+'/SConscript',['env']); |
6 | |
7 | if extenv.get('WITH_PYTHON'): |
8 | extenv.SConscript('extpy/SConscript',['env']); |
9 | |
10 | # vim: set syntax=python: |
11 |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |