From b37ead142aa8d9e3583103aebd1688ac65b2fee8 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Mon, 23 Nov 2015 10:38:40 +0000 Subject: [PATCH] Fix build of the custom-utop example Fixes #148 --- examples/custom-utop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-utop/Makefile b/examples/custom-utop/Makefile index c55811a..296aad4 100644 --- a/examples/custom-utop/Makefile +++ b/examples/custom-utop/Makefile @@ -1,7 +1,7 @@ OC := ocamlbuild -classic-display -no-links -use-ocamlfind build: - $(OC) -pkg threads,utop myutop.top + $(OC) -tag thread -pkg threads,utop myutop.top clean: $(OC) -clean