Fix for issue https://github.com/premake/premake-core/issues/669 (#689)
This commit is contained in:
parent
ac2919e74c
commit
94a5bb08a0
@ -587,7 +587,7 @@
|
||||
context.addFilter(ctx, "architecture", ctx.architecture)
|
||||
|
||||
-- allow the project script to override the default toolset
|
||||
ctx.toolset = ctx.toolset or toolset
|
||||
ctx.toolset = _OPTIONS.cc or ctx.toolset or toolset
|
||||
context.addFilter(ctx, "toolset", ctx.toolset)
|
||||
|
||||
-- if a kind is set, allow that to influence the configuration
|
||||
|
Reference in New Issue
Block a user