diff options
Diffstat (limited to 'test/ASFLAGS.py')
-rw-r--r-- | test/ASFLAGS.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/ASFLAGS.py b/test/ASFLAGS.py index 0331aed..d750a6a 100644 --- a/test/ASFLAGS.py +++ b/test/ASFLAGS.py @@ -32,12 +32,11 @@ import TestSCons python = TestSCons.python test = TestSCons.TestSCons() +_exe = TestSCons._exe if sys.platform == 'win32': - _exe = '.exe' - o = ' -x' o_c = ' -x' @@ -89,8 +88,6 @@ sys.exit(0) else: - _exe = '' - o = ' -x' o_c = ' -x -c' |