diff --git a/SConstruct b/SConstruct index 2c342fdf..c01fef60 100644 --- a/SConstruct +++ b/SConstruct @@ -132,7 +132,7 @@ else: if 'msvc' in defenv['TOOLS'] or 'mstoolkit' in defenv['TOOLS']: ignore_tests = 'none' else: - ignore_tests = ','.join(Split(""" + ignore_tests = ','.join(""" Examples/System/System.nsi Examples/LogicLib.nsi Examples/StrFunc.nsi @@ -146,7 +146,7 @@ Examples/gfx.nsi Examples/nsDialogs/example.nsi Examples/nsDialogs/InstallOptions.nsi Examples/nsDialogs/welcome.nsi -""")) +""".strip().split("\n")) # version opts.Add(('VERSION', 'Version of NSIS', cvs_version))