mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 20:25:32 +02:00
make_win_bin_dist:
Corrected install path scripts/make_win_bin_dist: Corrected install path
This commit is contained in:
parent
dd75eb67ed
commit
e20e0dc487
1 changed files with 2 additions and 2 deletions
|
|
@ -229,8 +229,8 @@ copy_embedded()
|
|||
x"$PACK_DEBUG" = x"yes" ] ; then
|
||||
mkdir -p $DESTDIR/Embedded/DLL/debug \
|
||||
$DESTDIR/Embedded/static/debug
|
||||
cp libmysqld/debug/mysqlserver.lib $DESTDIR/Embedded/DLL/debug/
|
||||
cp libmysqld/debug/mysqlserver.pdb $DESTDIR/Embedded/DLL/debug/
|
||||
cp libmysqld/debug/mysqlserver.lib $DESTDIR/Embedded/static/debug/
|
||||
cp libmysqld/debug/mysqlserver.pdb $DESTDIR/Embedded/static/debug/
|
||||
cp libmysqld/debug/libmysqld.dll $DESTDIR/Embedded/DLL/debug/
|
||||
cp libmysqld/debug/libmysqld.exp $DESTDIR/Embedded/DLL/debug/
|
||||
cp libmysqld/debug/libmysqld.lib $DESTDIR/Embedded/DLL/debug/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue