Teach the makefile to use multiple src-base's

This commit is contained in:
Corey Richardson 2013-08-12 14:15:05 -04:00
parent 8a07f57081
commit 43f851d2cb
2 changed files with 4 additions and 3 deletions

View file

@ -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 {