Index: build/toolchain/win/setup_toolchain.py |
diff --git a/build/toolchain/win/setup_toolchain.py b/build/toolchain/win/setup_toolchain.py |
index 19f73b4d19e06660bcf6877c94b2d7579a36c820..5e292ab07840c546504194411343f73223390208 100644 |
--- a/build/toolchain/win/setup_toolchain.py |
+++ b/build/toolchain/win/setup_toolchain.py |
@@ -24,6 +24,7 @@ def ExtractImportantEnvironment(): |
current environment.""" |
envvars_to_save = ( |
'goma_.*', # TODO(scottmg): This is ugly, but needed for goma. |
+ 'include', # Needed by midl compiler. |
scottmg
2014/06/17 20:32:40
ah, you found one!
|
'path', |
'pathext', |
'systemroot', |