diff options
| author | Emilio Jesus Gallego Arias | 2019-03-14 05:14:07 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-03-28 00:56:23 +0100 |
| commit | 392c8f87bac1e47e18a2d7929bd01c2097b9e43a (patch) | |
| tree | 9cb5ce75d8cac6f10d5c0a9c73de4b2d14975666 /lib/dune | |
| parent | a796822e5f57f74ff36e538fd2169f70a8c6c145 (diff) | |
[dune] Don't have `lib` depend on `dynlink`
This is convenient for the bootstrap of `coqdep`
Diffstat (limited to 'lib/dune')
| -rw-r--r-- | lib/dune | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ (public_name coq.lib) (wrapped false) (modules_without_implementation xml_datatype) - (libraries dynlink coq.clib coq.config)) + (libraries coq.clib coq.config)) |
