| Index: scripts/slave/recipe_modules/syzygy/api.py
|
| diff --git a/scripts/slave/recipe_modules/syzygy/api.py b/scripts/slave/recipe_modules/syzygy/api.py
|
| index f643bcfc6e8edb022abed2b666faed0b335575ae..580f7c4030a4dc692f875a2efb6314411762e890 100644
|
| --- a/scripts/slave/recipe_modules/syzygy/api.py
|
| +++ b/scripts/slave/recipe_modules/syzygy/api.py
|
| @@ -50,6 +50,11 @@ PATCH=1
|
| # This is populated by the sync step.
|
| self._revision = None
|
|
|
| + def get_config_defaults(self):
|
| + return {
|
| + 'CHECKOUT_PATH': self.m.path['checkout'],
|
| + }
|
| +
|
| @property
|
| def build_dir(self):
|
| """Returns the build directory for the project."""
|
|
|