From 3167c19fbca224c4d88665ef47dedbd483671f84 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Thu, 1 Apr 2021 20:17:29 +0200 Subject: [build] [ocamldebug] Update for byterun -> coqrun renaming Addendum to #14039 . --- dev/dune | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/dune') diff --git a/dev/dune b/dev/dune index 9da06a3fab..d3ba5c7e3d 100644 --- a/dev/dune +++ b/dev/dune @@ -21,8 +21,8 @@ %{lib:coq-core.clib:clib.cma} %{lib:coq-core.lib:lib.cma} %{lib:coq-core.kernel:kernel.cma} - %{lib:coq-core.vm:byterun.cma} - %{lib:coq-core.vm:../../stublibs/dllbyterun_stubs.so} + %{lib:coq-core.vm:coqrun.cma} + %{lib:coq-core.vm:../../stublibs/dllcoqrun_stubs.so} %{lib:coq-core.library:library.cma} %{lib:coq-core.engine:engine.cma} %{lib:coq-core.pretyping:pretyping.cma} -- cgit v1.2.3