summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorunknown <kaa@polly.(none)>2007-11-22 17:13:12 +0300
committerunknown <kaa@polly.(none)>2007-11-22 17:13:12 +0300
commitae5ec36bcb2f20fc63c7b069330d3b826a68f9da (patch)
tree7731dbcea9ec73cf8c7111e2134392385ee8c106 /scripts
parentc4d0901d00bdeb496aeffedc80e6d583711086d3 (diff)
downloadmariadb-git-ae5ec36bcb2f20fc63c7b069330d3b826a68f9da.tar.gz
Fixed build failures on Windows introduced by the patch for bug #32221.
We do not have any executables in libmysql/release/ anymore.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make_win_bin_dist1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/make_win_bin_dist b/scripts/make_win_bin_dist
index 849226c94ea..d065e171bb0 100755
--- a/scripts/make_win_bin_dist
+++ b/scripts/make_win_bin_dist
@@ -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?!