Commit 127f8e96 authored by kaa@polly.(none)'s avatar kaa@polly.(none)
Browse files

Fixed build failures on Windows introduced by the patch for bug #32221.

We do not have any executables in libmysql/release/ anymore.
parent 82c4059f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -152,7 +152,6 @@ if [ x"$TARGET" != x"release" ] ; then
  cp server-tools/instance-manager/$TARGET/*.pdb         $DESTDIR/bin/
fi
cp tests/$TARGET/*.exe                                   $DESTDIR/bin/
cp libmysql/$TARGET/*.exe                                $DESTDIR/bin/
cp libmysql/$TARGET/libmysql.dll                         $DESTDIR/bin/

# FIXME really needed?!