Update Sconstruct

This commit is contained in:
MarkusTeufelberger
2014-06-27 00:02:39 +02:00
committed by Nik Bougalis
parent aa24969eee
commit 24410bf1bb

View File

@@ -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()