mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Install mysqld.lib
This commit is contained in:
parent
b74d8fa21e
commit
c90e971d16
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ cp include/mysql/plugin.h $DESTDIR/include/mysql/
|
|||
|
||||
mkdir -p $DESTDIR/lib/opt
|
||||
mkdir -p $DESTDIR/lib/plugin
|
||||
cp sql/$TARGET/mysqld.lib $DESTDIR/lib/
|
||||
cp libmysql/$TARGET/libmysql.dll \
|
||||
libmysql/$TARGET/libmysql.lib \
|
||||
libmysql/$TARGET/mysqlclient.lib \
|
||||
|
|
Loading…
Reference in a new issue