| Index: grit/tool/build.py
|
| diff --git a/grit/tool/build.py b/grit/tool/build.py
|
| index 1a651d20ba4c404757e1ffa98ddcdd902f4901b3..8bd1767154cf34be5d653c7bb2323b720bccb790 100644
|
| --- a/grit/tool/build.py
|
| +++ b/grit/tool/build.py
|
| @@ -340,6 +340,7 @@ are exported to translation interchange files (e.g. XMB files), etc.
|
| # Set the context, for conditional inclusion of resources
|
| self.res.SetOutputLanguage(output.GetLanguage())
|
| self.res.SetOutputContext(output.GetContext())
|
| + self.res.SetFallbackToDefaultLayout(output.GetFallbackToDefaultLayout())
|
| self.res.SetDefines(self.defines)
|
|
|
| # Make the output directory if it doesn't exist.
|
|
|