diff options
| author | Emilio Jesus Gallego Arias | 2021-03-31 19:02:00 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2021-03-31 19:05:49 +0200 |
| commit | 3bd703714dff733fbfcdfcae591b85bdac6f4b2a (patch) | |
| tree | d17bfa5a2480b2cb72c123229b43c8185566a870 /kernel/dune | |
| parent | 1a64b1560ce88855a76e2faa14cec2864de2f37c (diff) | |
[dune] Rename byterun to coqrun
This seems the official name, the byterun name is just an artifact
from the very preliminary dune build.
Diffstat (limited to 'kernel/dune')
| -rw-r--r-- | kernel/dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/dune b/kernel/dune index 0bf51f80ec..af88e9864f 100644 --- a/kernel/dune +++ b/kernel/dune @@ -4,7 +4,7 @@ (public_name coq-core.kernel) (wrapped false) (modules (:standard \ genOpcodeFiles uint63_31 uint63_63 float64_31 float64_63)) - (libraries lib byterun dynlink)) + (libraries lib coqrun dynlink)) (executable (name genOpcodeFiles) |
