merged in the gcc_compile branch

This commit is contained in:
Anton Mitrokhin
2014-07-20 13:32:24 +04:00
2 changed files with 9 additions and 1 deletions

View File

@@ -592,7 +592,6 @@ def run_tests(options1, args, print_version):
options.compiler_exe = "cl.exe"
else:
options.compiler_exe = "clang++"
# checks the required compiler otherwise prints an error message
PATH_dir = string.split(os.getenv("PATH"), os.pathsep)