Age | Commit message (Collapse) | Author |
|
Handles regex matching and exact addon matching as separate lists. This allows to
only do regex matches when the exact match has not been found, or an actual regex expression
was provided
Implements an exclusion match regex to exclude an addon/s from building
example usage
ADDONS_TO_BUILD='game.libretro.* -game.libretro.mrboom peripheral.joystick'
game.libretro.mrboom will not build, but game.libretro and game.libretro.2048 will
|
|
Currently if supplying multiple arguments for ADDONS_TO_BUILD that include a regex
eg. ADDONS_TO_BUILD='game.libretro.* peripheral.joystick'
The regex will not match or be processed
|
|
Allow addon itself to include if needed.
|
|
Used for addons where need special folders to store there content (if
not set the addon define it byself).
e.g. Google Chromium addon where his git bring:
"unable to create file" ... "Filename too long"
see also WARNING by Windows on: https://bitbucket.org/chromiumembedded/cef/wiki/MasterBuildQuickStart
|
|
|
|
|
|
|
|
|
|
|
|
|