diff options
Diffstat (limited to 'test/SHLINKFLAGS.py')
-rw-r--r-- | test/SHLINKFLAGS.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SHLINKFLAGS.py b/test/SHLINKFLAGS.py index 2b4d60a..86bceb0 100644 --- a/test/SHLINKFLAGS.py +++ b/test/SHLINKFLAGS.py @@ -29,7 +29,7 @@ import string import sys import TestSCons -python = sys.executable +python = TestSCons.python if sys.platform == 'win32': lib_ = '' |