update mysql vs_runtime (#2001)

the lib is build with MD
pull/2005/head
xpxz 2 years ago committed by GitHub
parent 577278465e
commit 4cfb9a73ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/m/mysql/xmake.lua

@ -4,6 +4,7 @@ package("mysql")
set_description("Open source relational database management system.")
if is_plat("windows") then
add_configs("vs_runtime", {description = "Set vs compiler runtime.", default = "MD", readonly = true})
if is_arch("x86") then
set_urls("https://downloads.mysql.com/archives/get/p/19/file/mysql-connector-c-$(version)-win32.zip")
add_versions("6.1.11", "a32487407bc0c4e217d8839892333fb0cb39153194d2788f226e9c5b9abdd928")

Loading…
Cancel
Save