summaryrefslogtreecommitdiff
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 752ed826..fded8a3a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1913,7 +1913,7 @@ if env['python']:
verenv['DISPLAY'] = '' # Avoid launching X11 in X11 progs
pp = []
for p in python_progs:
- pp.append("$SRCDIR/%s -V" % p)
+ pp.append("$PYTHON $SRCDIR/%s -V" % p)
python_versions = Utility('python-versions', python_progs, pp, ENV=verenv)
else: