Merge pull request #5 from TurkeyMan/manu/endian
Add new endian() project API
This commit is contained in:
commit
f07b28b1c0
@ -324,6 +324,16 @@
|
||||
tokens = true,
|
||||
}
|
||||
|
||||
api.register {
|
||||
name = "endian",
|
||||
scope = "config",
|
||||
kind = "string",
|
||||
allowed = {
|
||||
"Default",
|
||||
"Little",
|
||||
"Big",
|
||||
},
|
||||
}
|
||||
|
||||
-- For backward compatibility, excludes() is now an alias for removefiles()
|
||||
function excludes(value)
|
||||
|
Reference in New Issue
Block a user