Update build script with SSL and netstring modules.
This commit is contained in:
parent
9fd90effb3
commit
155140fd70
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue