Commit d8278dac authored by Richard Levitte's avatar Richard Levitte Committed by Matt Caswell
Browse files

Copy the produced .dll files to fuzz/ as well (Cygwin & mingw)

parent a53d19cd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -927,8 +927,10 @@ EOF
	  . (windowsdll() ? <<"EOF" : "");
	rm -f apps/$shlib$shlibext
	rm -f test/$shlib$shlibext
	rm -f fuzz/$shlib$shlibext
	cp -p $shlib$shlibext apps/
	cp -p $shlib$shlibext test/
	cp -p $shlib$shlibext fuzz/
EOF
  }
  sub obj2dso {