diff options
| author | Gaëtan Gilbert | 2021-04-07 11:20:16 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2021-04-07 11:20:16 +0200 |
| commit | 28599bb6760590b8040b1d09936507e4aa7dd980 (patch) | |
| tree | 1bbb12b7af0d8653b7ababfd7f97751009521af5 /dev | |
| parent | 2360e5ba31c350f25d49fc71736282bfad9975ed (diff) | |
Dune: fix coqbyte shim after byterun->coqrun renaming
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/shim/dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/shim/dune b/dev/shim/dune index e4cc7699f0..2c7f9c3fa9 100644 --- a/dev/shim/dune +++ b/dev/shim/dune @@ -26,7 +26,7 @@ (targets coqbyte-prelude) (deps %{bin:coqtop.byte} - %{lib:coq-core.kernel:../../stublibs/dllbyterun_stubs.so} + %{lib:coq-core.kernel:../../stublibs/dllcoqrun_stubs.so} %{project_root}/theories/Init/Prelude.vo) (action (with-stdout-to %{targets} |
