From 155140fd70d942f9874e94bbb315be2194699e6f Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Thu, 19 Dec 2013 23:19:17 +0100 Subject: [PATCH] Update build script with SSL and netstring modules. --- ocaml/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ocaml/build.sh b/ocaml/build.sh index f0d5b41..ce60254 100755 --- a/ocaml/build.sh +++ b/ocaml/build.sh @@ -1 +1,3 @@ -ocamlfind ocamlc -package netclient str.cma main.ml -o cheesebot +ocamlfind ocamlc -o cheesebot -linkpkg \ + -package netclient,ssl,equeue-ssl,netstring \ + main.ml