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