Update build script with SSL and netstring modules.

master
Fabien Freling 2013-12-19 23:19:17 +01:00
parent 9fd90effb3
commit 155140fd70
1 changed files with 3 additions and 1 deletions

View File

@ -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