summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2021-01-15 14:44:24 +0000
committerDaniil Baturin <daniil@vyos.io>2021-01-15 14:44:24 +0000
commitedf7b78a73fa6481f7b72742a05f41f55833dfae (patch)
treef2a15ca79f1ee58bd85e7eea6c1d1040baca72b0
parent51d2cf5c9158b03b0a7e83a7377436a0cbaf1025 (diff)
downloaduncron-edf7b78a73fa6481f7b72742a05f41f55833dfae.tar.gz
uncron-edf7b78a73fa6481f7b72742a05f41f55833dfae.zip
Linking options fix for 4.08+ (threads).
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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