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.
1 parent 4578c47 commit 0af3387Copy full SHA for 0af3387
packages/conf-mariadb/conf-mariadb.2/opam
@@ -7,7 +7,7 @@ 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"] { os != "win32" } # libmariadb is a newer library name
10
- ["pkgconf" "--exists" "libmariadb"] { os = "win32" & os-distribution != msys2" }
+ ["pkgconf" "--exists" "libmariadb"] { os = "win32" & os-distribution != "msys2" }
11
]
12
depends: [
13
"conf-pkg-config" {build}
0 commit comments