Teach the makefile to use multiple src-base's
This commit is contained in:
parent
8a07f57081
commit
43f851d2cb
2 changed files with 4 additions and 3 deletions
|
|
@ -105,7 +105,7 @@ pub fn parse_config(args: ~[~str]) -> config {
|
|||
fn opt_path(m: &getopts::Matches, nm: &str) -> Path {
|
||||
Path(getopts::opt_str(m, nm))
|
||||
}
|
||||
|
||||
|
||||
let src_base = getopts::opt_strs(matches, "src-base");
|
||||
|
||||
config {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue