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