Bugzilla – Bug 266
src/wscript unconditionally sets conf.env['NS3_MODULE_PATH']
Last modified: 2008-07-31 17:55:09 UTC
It would be really helpful if it could use conf.env.append instead because that would allow other waf scripts to add to NS3_MODULE_PATH. Patch coming.
Created attachment 218 [details] use append
I append to this variable from src/process/wscript because I generate another library there and I want to find it with LD_LIBRARY_PATH when I run ./waf --shell.
Sounds good to commit.
changeset ce35418645e9