We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85df89 commit b227678Copy full SHA for b227678
vcpkg.json
@@ -12,7 +12,6 @@
12
"name": "libiconv",
13
"platform": "osx"
14
},
15
- "libmariadb",
16
"openssl",
17
"pugixml",
18
"zlib"
@@ -30,11 +29,19 @@
30
29
"description": "Use LuaJIT instead of Lua",
31
"dependencies": ["luajit"]
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
40
"unit-tests": {
41
"description": "Build unit tests",
42
"dependencies": ["boost-test"]
43
}
44
- "default-features": ["lua", "http"],
45
+ "default-features": ["lua", "http", "libmariadb"],
46
"builtin-baseline": "215a2535590f1f63788ac9bd2ed58ad15e6afdff"
47
0 commit comments