diff options
| author | Emilio Jesus Gallego Arias | 2021-04-01 20:17:29 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2021-04-01 20:17:29 +0200 |
| commit | 3167c19fbca224c4d88665ef47dedbd483671f84 (patch) | |
| tree | 144a6c6d1e5f4f418d09301562900ef8cf7b1793 /dev/dune | |
| parent | c14090d38b2c6780b969025a008338d551fc6e29 (diff) | |
[build] [ocamldebug] Update for byterun -> coqrun renaming
Addendum to #14039 .
Diffstat (limited to 'dev/dune')
| -rw-r--r-- | dev/dune | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |
