Merge pull request #230 from LORgames/ssurtees/casingIssues
Fixed options not being added to the list as lowercase
This commit is contained in:
commit
f5297d3aef
@ -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
|
||||
|
Reference in New Issue
Block a user