Revert "Teach the makefile to use multiple src-base's"
This reverts commit 43f851d2cb
.
This commit is contained in:
parent
43f851d2cb
commit
fdcc415957
2 changed files with 3 additions and 4 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