mirror of
https://github.com/c-cube/linol.git
synced 2025-12-05 19:00:34 -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
|
||||
linol
|
||||
linol-eio
|
||||
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))
|
||||
eio_main))
|
||||
|
|
|
|||
|
|
@ -3,11 +3,4 @@
|
|||
(libraries
|
||||
; Deps on linol + LWT backend
|
||||
linol
|
||||
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))
|
||||
linol-lwt))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue