Merge pull request #230 from LORgames/ssurtees/casingIssues

Fixed options not being added to the list as lowercase
This commit is contained in:
starkos 2015-08-26 16:37:29 -04:00
commit f5297d3aef

View File

@ -87,7 +87,7 @@
end
-- add it to the master list
premake.option.list[opt.trigger] = opt
premake.option.list[opt.trigger:lower()] = opt
-- if it has a default value, set it.
if opt.default and not _OPTIONS[opt.trigger] then