fix bug in make_cpp.lua

This commit is contained in:
Tom van Dijck 2015-07-22 10:21:54 -07:00
parent 97fc2a0a38
commit ef8d818c62

View File

@ -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)