From 7732fdf877660971e02e51af97bf4c0392843992 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Fri, 28 Feb 2014 12:05:07 +0100 Subject: [PATCH] Add linking to Str module. This module is used for regular expression manipulation. --- ocaml/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ocaml/build.sh b/ocaml/build.sh index ce60254..43b434d 100755 --- a/ocaml/build.sh +++ b/ocaml/build.sh @@ -1,3 +1,4 @@ ocamlfind ocamlc -o cheesebot -linkpkg \ -package netclient,ssl,equeue-ssl,netstring \ + str.cma \ main.ml