2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Fix incorrect type passed in msvc.py

This commit is contained in:
Aaron Boman
2016-10-08 17:27:44 -05:00
parent aaf9187883
commit 359f21c237

View File

@@ -1039,7 +1039,7 @@ def register_toolset_really():
feature.extend('toolset', ['msvc'])
# Intel and msvc supposedly have link-compatible objects.
feature.subfeature( 'toolset', 'msvc', 'vendor', 'intel', ['propagated', 'optional'])
feature.subfeature( 'toolset', 'msvc', 'vendor', ['intel'], ['propagated', 'optional'])
# Inherit MIDL flags.
toolset.inherit_flags('msvc', 'midl')