1
Fork 0

Revert "Teach the makefile to use multiple src-base's"

This reverts commit 43f851d2cb.
This commit is contained in:
Corey Richardson 2013-08-30 16:17:29 -04:00
parent 43f851d2cb
commit fdcc415957
2 changed files with 3 additions and 4 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 {