Merge pull request #5 from TurkeyMan/manu/endian

Add new endian() project API
This commit is contained in:
starkos 2015-04-09 15:52:40 -04:00
commit f07b28b1c0

View File

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