From edf7b78a73fa6481f7b72742a05f41f55833dfae Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 15 Jan 2021 14:44:24 +0000 Subject: Linking options fix for 4.08+ (threads). --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 87e1491..d0e11d9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ all: uncron uncron: uncron.ml - ocamlfind ocamlopt -package lwt,lwt.unix,lwt_ppx,logs,logs.lwt -linkpkg -o uncron -g ./uncron.ml + ocamlfind ocamlopt -I +threads -package lwt,lwt.unix,lwt_ppx,logs,logs.lwt -linkpkg -thread -o uncron -g ./uncron.ml -- cgit v1.2.3