Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit d8278da

Browse files
levittemattcaswell
authored andcommitted
Copy the produced .dll files to fuzz/ as well (Cygwin & mingw)
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from openssl#5759)
1 parent a53d19c commit d8278da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Configurations/unix-Makefile.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,8 +927,10 @@ EOF
927927
. (windowsdll() ? <<"EOF" : "");
928928
rm -f apps/$shlib$shlibext
929929
rm -f test/$shlib$shlibext
930+
rm -f fuzz/$shlib$shlibext
930931
cp -p $shlib$shlibext apps/
931932
cp -p $shlib$shlibext test/
933+
cp -p $shlib$shlibext fuzz/
932934
EOF
933935
}
934936
sub obj2dso {

0 commit comments

Comments
 (0)