mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 20:35:49 +00:00
Also, stop static linking for now, as it generates a lot of warnings with glibc. Signed-off-by: Thomas Leonard <thomas.leonard@docker.com>
12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
(jbuild_version 1)
|
|
|
|
(executables (
|
|
(names (main store_main http_main tls_main))
|
|
(libraries (capnp-rpc-lwt cohttp.lwt irmin-unix cmdliner fmt.tty))
|
|
(flags (:standard -w -53-55))
|
|
))
|
|
(rule
|
|
((targets (proto.ml proto.mli))
|
|
(deps (proto.capnp))
|
|
(action (run capnpc -o ocaml ${<}))))
|