|
Bugzilla – Full Text Bug Listing |
| Summary: | src/wscript unconditionally sets conf.env['NS3_MODULE_PATH'] | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Mathieu Lacage <mathieu.lacage> |
| Component: | build system | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | gjcarneiro |
| Priority: | P3 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | use append | ||
|
Description
Mathieu Lacage
2008-07-30 16:42:46 UTC
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 |