Skip to content

Commit ac9dfbe

Browse files
authored
Adapt to rocq-prover/rocq#20190 (Envars.ocamlfind moved) (#26)
2 parents 30ee5bb + ec37ed6 commit ac9dfbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tac2compile.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ let call_compiler fml =
11411141
include_dirs @
11421142
["-impl"; fml]
11431143
in
1144-
let ocamlfind = Envars.ocamlfind() in
1144+
let ocamlfind = Boot.Env.ocamlfind() in
11451145
debug Pp.(fun () -> str (ocamlfind ^ " " ^ String.concat " " args));
11461146
try
11471147
let res = CUnix.sys_command ocamlfind args in

0 commit comments

Comments
 (0)