hehe it's all inside the toplevel now
This commit is contained in:
12
dune
12
dune
@ -19,18 +19,24 @@
|
||||
ocaml-compiler-libs.toplevel))
|
||||
|
||||
(executable
|
||||
(name test)
|
||||
(name boot)
|
||||
(modes byte)
|
||||
(modules test)
|
||||
(modules boot)
|
||||
(link_flags (-linkall))
|
||||
(libraries
|
||||
topinf))
|
||||
|
||||
|
||||
(library
|
||||
(name topinf)
|
||||
(modes byte)
|
||||
(modules topinf)
|
||||
(libraries
|
||||
fmt
|
||||
tsdl
|
||||
tgls.tgles2
|
||||
wall
|
||||
zed
|
||||
irmin-unix
|
||||
ocaml-compiler-libs.common
|
||||
ocaml-compiler-libs.bytecomp
|
||||
ocaml-compiler-libs.toplevel))
|
||||
|
||||
Reference in New Issue
Block a user