diff options
author | Steven Knight <knight@baldmt.com> | 2002-12-07 23:14:51 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-12-07 23:14:51 (GMT) |
commit | 0199971b2f990483892023a98e0203de85212105 (patch) | |
tree | 4d5dba0301863511a6015b0746532f77c1034b48 /SConstruct | |
parent | 20274eb4eb3474a1f191d7d250b678af6ebdc310 (diff) | |
download | SCons-0199971b2f990483892023a98e0203de85212105.zip SCons-0199971b2f990483892023a98e0203de85212105.tar.gz SCons-0199971b2f990483892023a98e0203de85212105.tar.bz2 |
Remove .pyc files from the scons-local package.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -747,7 +747,7 @@ for p in [ scons ]: commands = [ "rm -rf %s" % local, - "$PYTHON $SETUP_PY install --install-script=%s --install-lib=%s" % \ + "$PYTHON $SETUP_PY install --install-script=%s --install-lib=%s --no-compile" % \ (cwd_local, cwd_local_slv), "mv %s/scons %s/scons.py" % (local, local), ] |