From f00b5abc401aec6999b5933f64713841fb546612 Mon Sep 17 00:00:00 2001 From: Anton Mitrokhin Date: Wed, 24 Jun 2015 10:46:03 +0300 Subject: [PATCH] fixed default compiler value from '' to None --- alloy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloy.py b/alloy.py index e1f5211b..93f9d322 100755 --- a/alloy.py +++ b/alloy.py @@ -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":