fixed default compiler value from '' to None

This commit is contained in:
Anton Mitrokhin
2015-06-24 10:46:03 +03:00
parent 0885152713
commit f00b5abc40

View File

@@ -633,7 +633,7 @@ def validation_run(only, only_targets, reference_branch, number, notify, update,
# *always* specify default values for global variables on each loop iteration
stability.wrapexe = ""
stability.compiler_exe = ""
stability.compiler_exe = None
# choosing right compiler for a given target
# sometimes clang++ is not avaluable. if --ispc-build-compiler = gcc we will pass in g++ compiler
if options.ispc_build_compiler == "gcc":