Skip to content

Commit b227678

Browse files
authored
Add vcpkg feature to use libmysql instead of libmariadb (#4871)
1 parent c85df89 commit b227678

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

vcpkg.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"name": "libiconv",
1313
"platform": "osx"
1414
},
15-
"libmariadb",
1615
"openssl",
1716
"pugixml",
1817
"zlib"
@@ -30,11 +29,19 @@
3029
"description": "Use LuaJIT instead of Lua",
3130
"dependencies": ["luajit"]
3231
},
32+
"libmariadb": {
33+
"description": "Use libmariadb instead of libmysql",
34+
"dependencies": ["libmariadb"]
35+
},
36+
"libmysql": {
37+
"description": "Use libmysql instead of libmariadb",
38+
"dependencies": ["libmysql"]
39+
},
3340
"unit-tests": {
3441
"description": "Build unit tests",
3542
"dependencies": ["boost-test"]
3643
}
3744
},
38-
"default-features": ["lua", "http"],
45+
"default-features": ["lua", "http", "libmariadb"],
3946
"builtin-baseline": "215a2535590f1f63788ac9bd2ed58ad15e6afdff"
4047
}

0 commit comments

Comments
 (0)