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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user