mirror of
https://github.com/git/git.git
synced 2026-01-23 09:01:15 +00:00
contrib/buildsystems: fix misleading error message
The error message talked about a "lib option", but it clearly referred to a link option. Signed-off-by: Philip Oakley <philipoakley@iee.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
committed by
Johannes Schindelin
parent
8f9d200f7f
commit
62e7f34b47
@@ -329,7 +329,7 @@ sub handleLinkLine
|
||||
} elsif ($part =~ /\.(o|obj)$/) {
|
||||
push(@objfiles, $part);
|
||||
} else {
|
||||
die "Unhandled lib option @ line $lineno: $part";
|
||||
die "Unhandled link option @ line $lineno: $part";
|
||||
}
|
||||
}
|
||||
# print "AppOut: '$appout'\nLFlags: @lflags\nLibs : @libs\nOfiles: @objfiles\n";
|
||||
|
||||
Reference in New Issue
Block a user