Skip to content

Commit

Permalink
The variable name is OCAMLTOP_INCLUDE_PATH.
Browse files Browse the repository at this point in the history
Not OCAML_TOPLEVEL_PATH.

See ocaml/opam-repository#25819
  • Loading branch information
dbuenzli committed May 8, 2024
1 parent d091432 commit 9b75a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ocaml-variants.4.14.2+ocamlnat/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ conflict-class: "ocaml-core-compiler"
flags: compiler
setenv: [
[CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"]
[OCAML_TOPLEVEL_PATH = "%{toplevel}%"]
[OCAMLTOP_INCLUDE_PATH = "%{toplevel}%"]
]
build: [
["./configure" "-prefix" prefix "--enable-native-toplevel" ]
Expand Down
2 changes: 1 addition & 1 deletion packages/ocaml-variants.5.2.0~rc1+ocamlnat/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ conflict-class: "ocaml-core-compiler"
flags: compiler
setenv: [
[CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"]
[OCAML_TOPLEVEL_PATH = "%{toplevel}%"]
[OCAMLTOP_INCLUDE_PATH = "%{toplevel}%"]
]
build: [
["./configure" "-prefix" prefix "--enable-native-toplevel" ]
Expand Down

0 comments on commit 9b75a51

Please sign in to comment.