projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7383fb
)
Fix linking of fatalerrtest in VisualStudio
author
Matt Caswell
<matt@openssl.org>
Thu, 7 Dec 2017 11:17:22 +0000
(11:17 +0000)
committer
Matt Caswell
<matt@openssl.org>
Thu, 7 Dec 2017 11:29:36 +0000
(11:29 +0000)
Reviewed-by: Andy Polyakov <appro@openssl.org>
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index 6b31496ed1e694ff2bba7044dace14dc99a095fc..ee14dafea6e0ec86e0c3aab28caabe20182dfe13 100755
(executable)
--- a/
util/mk1mf.pl
+++ b/
util/mk1mf.pl
@@
-765,7
+765,7
@@
foreach (split(/\s+/,$test))
{
$t=&bname($_);
$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)");
}