Allow indented comments in build.info
Reviewed-by: Emilia Käsper <emilia@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1789)
This commit is contained in:
parent
aeac218372
commit
ab6e147c49
1 changed files with 1 additions and 1 deletions
|
@ -1592,7 +1592,7 @@ if ($builder eq "unified") {
|
|||
|| $target_kind eq $target{build_file}."(".$builder_platform.")");
|
||||
}
|
||||
},
|
||||
qr/^(?:#.*|\s*)$/ => sub { },
|
||||
qr/^\s*(?:#.*)?$/ => sub { },
|
||||
"OTHERWISE" => sub { die "Something wrong with this line:\n$_\nat $sourced/$f" },
|
||||
"BEFORE" => sub {
|
||||
if ($buildinfo_debug) {
|
||||
|
|
Loading…
Reference in a new issue