diff options
| author | coqbot-app[bot] | 2021-04-07 09:43:33 +0000 |
|---|---|---|
| committer | GitHub | 2021-04-07 09:43:33 +0000 |
| commit | 4e802522481684c1c70283cc6975cfaf4d9ceecd (patch) | |
| tree | edac61231f420a6062b1b5b576073bd3723a7fa4 | |
| parent | 6f6825636ffe705442dfbbdacfef2e925553b28b (diff) | |
| parent | 28599bb6760590b8040b1d09936507e4aa7dd980 (diff) | |
Merge PR #14085: Dune: fix coqbyte shim after byterun->coqrun renaming
Reviewed-by: ejgallego
| -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} |
