Changeset 40 for trunk/SConstruct
- Timestamp:
- 03/17/13 22:26:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r26 r40 65 65 # env.AddPostAction(libinstall, 'ldconfig') 66 66 67 if sys.version_info[0] == 2:68 install_items.append('bletchley-python2.log')69 env.Command('bletchley-python2.log', Glob('lib/bletchley/*.py')+Glob('lib/bletchley/CBC/*.py'),70 "python bletchley-distutils install --root=/%s | tee bletchley-python2.log" % destdir)67 #if sys.version_info[0] == 2: 68 # install_items.append('bletchley-python2.log') 69 # env.Command('bletchley-python2.log', Glob('lib/bletchley/*.py')+Glob('lib/bletchley/CBC/*.py'), 70 # "python bletchley-distutils install --root=/%s | tee bletchley-python2.log" % destdir) 71 71 72 72 python_path = os.popen('which python3').read()
Note: See TracChangeset
for help on using the changeset viewer.