that was quite the breakup
This commit is contained in:
22
bin/dune
22
bin/dune
@ -3,12 +3,28 @@
|
||||
(modes byte)
|
||||
(modules main)
|
||||
(link_flags (-linkall))
|
||||
(libraries topinf
|
||||
tsdl
|
||||
tgls.tgles2
|
||||
wall
|
||||
zed
|
||||
irmin-unix
|
||||
ocaml-compiler-libs.common
|
||||
ocaml-compiler-libs.bytecomp
|
||||
ocaml-compiler-libs.toplevel
|
||||
findlib))
|
||||
|
||||
(library
|
||||
(name topinf)
|
||||
(modes byte)
|
||||
(modules topinf)
|
||||
(libraries tsdl
|
||||
tgls.tgles2
|
||||
wall
|
||||
zed
|
||||
irmin-unix
|
||||
compiler-libs.toplevel
|
||||
findlib_top
|
||||
ocaml-compiler-libs.common
|
||||
ocaml-compiler-libs.toplevel))
|
||||
ocaml-compiler-libs.bytecomp
|
||||
ocaml-compiler-libs.toplevel
|
||||
findlib))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user