mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-14 02:19:39 +00:00
Fix linking of fatalerrtest in VisualStudio
Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
parent
c7383fb5f2
commit
df7797f0e8
@ -765,7 +765,7 @@ foreach (split(/\s+/,$test))
|
|||||||
{
|
{
|
||||||
$t=&bname($_);
|
$t=&bname($_);
|
||||||
$tt="\$(OBJ_D)${o}$t${obj}";
|
$tt="\$(OBJ_D)${o}$t${obj}";
|
||||||
$tt.=" \$(OBJ_D)${o}ssltestlib${obj}" if $t eq "dtlstest";
|
$tt.=" \$(OBJ_D)${o}ssltestlib${obj}" if $t eq "dtlstest" or $t eq "fatalerrtest";
|
||||||
$rules.=&do_link_rule("\$(TEST_D)$o$t$exep",$tt,"\$(LIBS_DEP)","\$(L_LIBS) \$(EX_LIBS)");
|
$rules.=&do_link_rule("\$(TEST_D)$o$t$exep",$tt,"\$(LIBS_DEP)","\$(L_LIBS) \$(EX_LIBS)");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user