This means that it blows away important environment variables like CPLUS_INCLUDE_PATH
|
# include environment variables defined for (non-system) toolchain |
|
if not self.toolchain.is_system_toolchain(): |
|
for key, val in sorted(self.toolchain.vars.items()): |
|
txt += self.module_generator.set_environment(key, val) |