Skip to content

Commit c037675

Browse files
authored
Merge pull request #27980 from jmid/conf-freeglut-typo
Fix typo in conf-freeglut from #27846
2 parents fb61792 + 3666d7b commit c037675

File tree

1 file changed

+1
-1
lines changed
  • packages/conf-freeglut/conf-freeglut.1

1 file changed

+1
-1
lines changed

packages/conf-freeglut/conf-freeglut.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: "https://freeglut.sourceforge.net/"
55
license: "X11"
66
bug-reports: "https://github.com/ocaml/opam-repository/issues"
77
build: [
8-
["pkg-config" "--print-errors" "--exists" "freeglut"] {os = "win32" & os-distribution = "msys"}
8+
["pkg-config" "--print-errors" "--exists" "freeglut"] {os = "win32" & os-distribution = "msys2"}
99
["pkg-config" "--print-errors" "--exists" "glut"] {os != "win32" & os-distribution != "debian" & os-distribution != "ubuntu" & !(os-distribution = "ol" & os-version < "9")}
1010
]
1111
depends: [

0 commit comments

Comments
 (0)