Skip to content

Commit 0af3387

Browse files
Update packages/conf-mariadb/conf-mariadb.2/opam
Co-authored-by: Raphaël Proust <[email protected]>
1 parent 4578c47 commit 0af3387

File tree

1 file changed

+1
-1
lines changed
  • packages/conf-mariadb/conf-mariadb.2

1 file changed

+1
-1
lines changed

packages/conf-mariadb/conf-mariadb.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dev-repo: "git+https://github.com/MariaDB/server.git"
77
license: "GPL-2.0-only"
88
build: [
99
["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" }
10+
["pkgconf" "--exists" "libmariadb"] { os = "win32" & os-distribution != "msys2" }
1111
]
1212
depends: [
1313
"conf-pkg-config" {build}

0 commit comments

Comments
 (0)