fix bug in make_cpp.lua
This commit is contained in:
parent
97fc2a0a38
commit
ef8d818c62
@ -87,7 +87,7 @@
|
||||
|
||||
local toolset = premake.tools[cfg.toolset or "gcc"]
|
||||
if not toolset then
|
||||
error("Invalid toolset '" + cfg.toolset + "'")
|
||||
error("Invalid toolset '" .. cfg.toolset .. "'")
|
||||
end
|
||||
|
||||
_x('ifeq ($(config),%s)', cfg.shortname)
|
||||
|
Reference in New Issue
Block a user