Automated merge with https://bitbucket.org/premake/premake-dev
This commit is contained in:
commit
52a9ffdaa6
@ -1,3 +1,10 @@
|
||||
--------
|
||||
Sony NGP (in progress)
|
||||
--------
|
||||
|
||||
* The error message for invalid flags now includes the offending value
|
||||
|
||||
|
||||
-------
|
||||
4.4 (in progress)
|
||||
-------
|
||||
|
@ -138,7 +138,7 @@
|
||||
|
||||
if allowed_flags[value] then return value
|
||||
else
|
||||
return nil, "invalid flag"
|
||||
return nil, "invalid flag '" .. value .. "'"
|
||||
end
|
||||
end,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user