aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/core_dune.dbg2
-rw-r--r--dev/dune4
-rw-r--r--dev/dune_db_4082
-rw-r--r--dev/dune_db_4092
4 files changed, 5 insertions, 5 deletions
diff --git a/dev/core_dune.dbg b/dev/core_dune.dbg
index da3022644d..db51dc08b6 100644
--- a/dev/core_dune.dbg
+++ b/dev/core_dune.dbg
@@ -6,7 +6,7 @@ load_printer clib.cma
load_printer dynlink.cma
load_printer lib.cma
load_printer gramlib.cma
-load_printer byterun.cma
+load_printer coqrun.cma
load_printer kernel.cma
load_printer library.cma
load_printer engine.cma
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}
diff --git a/dev/dune_db_408 b/dev/dune_db_408
index bc86020d56..dff9b1e9e6 100644
--- a/dev/dune_db_408
+++ b/dev/dune_db_408
@@ -6,7 +6,7 @@ load_printer clib.cma
load_printer dynlink.cma
load_printer lib.cma
load_printer gramlib.cma
-load_printer byterun.cma
+load_printer coqrun.cma
load_printer kernel.cma
load_printer library.cma
load_printer engine.cma
diff --git a/dev/dune_db_409 b/dev/dune_db_409
index adb1f76872..6c9f701b65 100644
--- a/dev/dune_db_409
+++ b/dev/dune_db_409
@@ -5,7 +5,7 @@ load_printer config.cma
load_printer clib.cma
load_printer lib.cma
load_printer gramlib.cma
-load_printer byterun.cma
+load_printer coqrun.cma
load_printer kernel.cma
load_printer library.cma
load_printer engine.cma