Small fixup, an extra line slipped in
The previous 'Relax the requirements for a debug build' commit had an extra line of code that shouldn't have been there. This fixes it. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
This commit is contained in:
parent
497ecc0d7d
commit
1de8e63f86
@ -1270,7 +1270,6 @@ print "Configuring for $target\n";
|
|||||||
my ($d, $t) = $target =~ m/^(debug-)?(.*)$/;
|
my ($d, $t) = $target =~ m/^(debug-)?(.*)$/;
|
||||||
if ($d) {
|
if ($d) {
|
||||||
$build_prefix = "debug_";
|
$build_prefix = "debug_";
|
||||||
$target = $t;
|
|
||||||
|
|
||||||
# If we do not find debug-foo in the table, the target is set to foo,
|
# If we do not find debug-foo in the table, the target is set to foo,
|
||||||
# but only if the foo target has a noon-empty debug_cflags or debug_lflags
|
# but only if the foo target has a noon-empty debug_cflags or debug_lflags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user