Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Heuzard committed Jun 19, 2024
1 parent 7f39172 commit f1ef377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/conf-gmp-powm-sec/conf-gmp-powm-sec.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage: "http://gmplib.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "GPL-1.0-or-later"
build: [
["sh" "-exc" "cc -c $CFLAGS -I/usr/local/include test.c"] {os != "macos" && os != "win32" }
["sh" "-exc" "cc -c $CFLAGS -I/usr/local/include test.c"] {os != "macos" & os != "win32" }
["sh" "-exc" "$(ocamlc -config-var c_compiler) -c $CFLAGS test.c"] {os = "win32"}
[
"sh"
Expand Down

0 comments on commit f1ef377

Please sign in to comment.