diff options
Diffstat (limited to 'test/RANLIBFLAGS.py')
-rw-r--r-- | test/RANLIBFLAGS.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/RANLIBFLAGS.py b/test/RANLIBFLAGS.py index 80aaf16..c1611dc 100644 --- a/test/RANLIBFLAGS.py +++ b/test/RANLIBFLAGS.py @@ -29,7 +29,7 @@ import string import sys import TestSCons -python = sys.executable +python = TestSCons.python if sys.platform == 'win32': _exe = '.exe' |