diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-05-27 17:45:16 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-06-01 18:48:07 -0700 |
| commit | c120464be07a5d14f10909ea6718c58c3aa911e4 (patch) | |
| tree | f2b7694316b9ebf41403e786b23245c86179d1d7 /src/rt/rust_task.cpp | |
| parent | 341678b815051717c86cc63a00a5d256bf5b2a35 (diff) | |
| download | rust-c120464be07a5d14f10909ea6718c58c3aa911e4.tar.gz rust-c120464be07a5d14f10909ea6718c58c3aa911e4.zip | |
rustc/rusti/rustpkg: Infer packages from `extern mod` directives
This commit won't be quite as useful until I implement RUST_PATH and until we change `extern mod` to take a general string instead of an identifier (#5682 and #6407). With that said, now if you're using rustpkg and a program contains: extern mod foo; rustpkg will attempt to search for `foo`, so that you don't have to provide a -L directory explicitly. In addition, rustpkg will actually try to build and install `foo`, unless it's already installed (specifically, I tested that `extern mod extra;` would not cause it to try to find source for `extra` and compile it again). This is as per #5681. Incidentally, I changed some driver code to infer the link name from the crate link_meta attributes. If that change isn't ok, say something. Also, I changed the addl_lib_search_paths field in the session options to be an @mut ~[Path] so that it can be modified after expansion but before later phases.
Diffstat (limited to 'src/rt/rust_task.cpp')
0 files changed, 0 insertions, 0 deletions
