diff options
| -rwxr-xr-x | cdist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -214,7 +214,9 @@ class Target(object): os.chdir(cwd) def build(self, project, options=None): + variables = self.variables project.cscript['build'](self, options) + self.variables = variables def package(self, project): project.checkout(self) |
