summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
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),
]