diff options
author | Andras Timar <andras.timar@collabora.com> | 2018-08-29 16:03:30 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2018-08-29 16:03:30 +0200 |
commit | da2c4acc4e2e51252d2ef1751bc77966be32ec80 (patch) | |
tree | cc49291293431a5a7582e99dc5dfba629ccaf075 /Repository.mk | |
parent | 75069eddea917213f57c9f01223f92cac6dccf4d (diff) |
Add source for zero stub mysqllo.dll (MSP needs it)
cp-6.0-7
Change-Id: Ia36bbd0bd7c1f650366215bfc70b0ced5b96e70a
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index 5cfe4a115f91..6c617dd2843b 100644 --- a/Repository.mk +++ b/Repository.mk @@ -390,6 +390,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ $(call gb_Helper_optional,SCRIPTING,msforms) \ mtfrenderer \ $(call gb_Helper_optional,DBCONNECTIVITY,mysqlc) \ + $(call gb_Helper_optional,DBCONNECTIVITY,mysql) \ odbc \ odfflatxml \ offacc \ |