From 24410bf1bb017fecab60b9e40776268f2dc5d966 Mon Sep 17 00:00:00 2001 From: MarkusTeufelberger Date: Fri, 27 Jun 2014 00:02:39 +0200 Subject: [PATCH] Update Sconstruct --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index b72d0e16d..5968d5adc 100644 --- a/SConstruct +++ b/SConstruct @@ -488,7 +488,7 @@ for source in [ # Declare the targets aliases = collections.defaultdict(list) msvc_configs = [] -for toolchain in ['gcc', 'clang', 'msvc']: +for toolchain in all_toolchains: for variant in variants: # Configure this variant's construction environment env = base.Clone()