mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Update Sconstruct
This commit is contained in:
committed by
Nik Bougalis
parent
aa24969eee
commit
24410bf1bb
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user