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:
starkos 2015-06-07 08:55:48 -04:00
commit 4638c266a6

View File

@ -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 = {}