mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 03:05:31 -05:00
fix build for examples
This commit is contained in:
parent
691eac4863
commit
f89022e9d0
2 changed files with 2 additions and 16 deletions
|
|
@ -4,11 +4,4 @@
|
||||||
; Deps on linol + Eio backend
|
; Deps on linol + Eio backend
|
||||||
linol
|
linol
|
||||||
linol-eio
|
linol-eio
|
||||||
eio_main
|
eio_main))
|
||||||
; Types from the lsp library are exposed by the linol libs,
|
|
||||||
; and thus almost guaranteed to be used by code using linol;
|
|
||||||
; it is thus better to explicitly list lsp as a dep rather
|
|
||||||
; than rely on its inclusion as a transitive dep of linol
|
|
||||||
; since it would for instance generate errors if the
|
|
||||||
; implicit-transitive-deps option of dune is set to false
|
|
||||||
lsp))
|
|
||||||
|
|
|
||||||
|
|
@ -3,11 +3,4 @@
|
||||||
(libraries
|
(libraries
|
||||||
; Deps on linol + LWT backend
|
; Deps on linol + LWT backend
|
||||||
linol
|
linol
|
||||||
linol-lwt
|
linol-lwt))
|
||||||
; Types from the lsp library are exposed by the linol libs,
|
|
||||||
; and thus almost guaranteed to be used by code using linol;
|
|
||||||
; it is thus better to explicitly list lsp as a dep rather
|
|
||||||
; than rely on its inclusion as a transitive dep of linol
|
|
||||||
; since it would for instance generate errors if the
|
|
||||||
; implicit-transitive-deps option of dune is set to false
|
|
||||||
lsp))
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue