Merge pull request #84 from Blizzard/solution-filter
add "system" to the filter for solutions, so we can do system specific solution configurations.
This commit is contained in:
commit
4638c266a6
@ -64,6 +64,9 @@
|
||||
context.addFilter(self, "_ACTION", _ACTION)
|
||||
context.addFilter(self, "action", _ACTION)
|
||||
|
||||
self.system = self.system or p.action.current().os or os.get()
|
||||
context.addFilter(self, "system", self.system)
|
||||
|
||||
-- Add command line options to the filtering options
|
||||
|
||||
local options = {}
|
||||
|
Loading…
Reference in New Issue
Block a user