diff options
author | unknown <kaa@polly.(none)> | 2007-11-22 17:13:12 +0300 |
---|---|---|
committer | unknown <kaa@polly.(none)> | 2007-11-22 17:13:12 +0300 |
commit | ae5ec36bcb2f20fc63c7b069330d3b826a68f9da (patch) | |
tree | 7731dbcea9ec73cf8c7111e2134392385ee8c106 /scripts | |
parent | c4d0901d00bdeb496aeffedc80e6d583711086d3 (diff) | |
download | mariadb-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-x | scripts/make_win_bin_dist | 1 |
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?! |