Skip to content

Commit ae09194

Browse files
authored
Merge pull request #27759 from gridbugs/ez-conf-lib-client-fixes
Avoid referring to ez-conf-lib:exe
2 parents 3c0355a + f440514 commit ae09194

File tree

2 files changed

+2
-2
lines changed
  • packages
    • conf-gmp-paths/conf-gmp-paths.1
    • conf-mpfr-paths/conf-mpfr-paths.1

2 files changed

+2
-2
lines changed

packages/conf-gmp-paths/conf-gmp-paths.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage: "http://gmplib.org/"
88
bug-reports: "https://github.com/ocaml/opam-repository/issues"
99
license: "GPL-1.0-or-later"
1010
build: [
11-
[ "sh" ez-conf-lib:exe "gmp" "gmp.h" "test-gmp.c"
11+
[ "sh" "%{ez-conf-lib:lib}%/ez-conf-lib" "gmp" "gmp.h" "test-gmp.c"
1212
"--package-name" "conf-gmp-paths"
1313
"--"
1414
"/usr/local" {os != "macos" & os != "win32"}

packages/conf-mpfr-paths/conf-mpfr-paths.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage: "http://gmplib.org/"
88
bug-reports: "https://github.com/ocaml/opam-repository/issues"
99
license: "GPL-1.0-or-later"
1010
build: [
11-
[ "sh" ez-conf-lib:exe "mpfr" "mpfr.h" "test-mpfr.c"
11+
[ "sh" "%{ez-conf-lib:lib}%/ez-conf-lib" "mpfr" "mpfr.h" "test-mpfr.c"
1212
"CPPFLAGS+=-I%{conf-gmp-paths:incdir}%"
1313
"LDFLAGS+=-L%{conf-gmp-paths:libdir}%"
1414
"LIBS+=-lgmp"

0 commit comments

Comments
 (0)