aboutsummaryrefslogtreecommitdiff
path: root/dev/dune
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-04-01 18:22:33 +0000
committerGitHub2021-04-01 18:22:33 +0000
commit012b8a08f142d39b2211fd52c811f830f88f2075 (patch)
tree144a6c6d1e5f4f418d09301562900ef8cf7b1793 /dev/dune
parentc14090d38b2c6780b969025a008338d551fc6e29 (diff)
parent3167c19fbca224c4d88665ef47dedbd483671f84 (diff)
Merge PR #14053: [build] [ocamldebug] Update for byterun -> coqrun renaming
Reviewed-by: SkySkimmer
Diffstat (limited to 'dev/dune')
-rw-r--r--dev/dune4
1 files changed, 2 insertions, 2 deletions
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}