summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-12-07 23:14:51 (GMT)
committerSteven Knight <knight@baldmt.com>2002-12-07 23:14:51 (GMT)
commit0199971b2f990483892023a98e0203de85212105 (patch)
tree4d5dba0301863511a6015b0746532f77c1034b48 /SConstruct
parent20274eb4eb3474a1f191d7d250b678af6ebdc310 (diff)
downloadSCons-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--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 9b9ce95..ba3399a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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),
]