We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 656ad26 + 0af3387 commit 6e85be2Copy full SHA for 6e85be2
packages/conf-mariadb/conf-mariadb.2/opam
@@ -6,7 +6,8 @@ bug-reports: "https://jira.mariadb.org/projects/MDEV/issues"
6
dev-repo: "git+https://github.com/MariaDB/server.git"
7
license: "GPL-2.0-only"
8
build: [
9
- ["sh" "-exc" "pkg-config --exists libmariadb || pkg-config --exists mariadb"] # libmariadb is a newer library name
+ ["sh" "-exc" "pkg-config --exists libmariadb || pkg-config --exists mariadb"] { os != "win32" } # libmariadb is a newer library name
10
+ ["pkgconf" "--exists" "libmariadb"] { os = "win32" & os-distribution != "msys2" }
11
]
12
depends: [
13
"conf-pkg-config" {build}
0 commit comments