【发布时间】:2014-08-06 09:32:57
【问题描述】:
我看到waf 已经读取了一些 shell 变量并将其保存在其环境中
(https://code.google.com/p/waf/wiki/EnvironmentVariables)。但从 Waf Book 中,
关于如何添加我感兴趣的其他变量,我无法找到
在configure时间阅读。我是否必须只使用 Python 的 os 库并阅读
还是waf 有任何其他机制可以做到这一点?
TIA
【问题讨论】:
标签: python shell environment-variables waf