From fbe7731b6e98a17709b6a962b3b37aa07e02bbbb Mon Sep 17 00:00:00 2001 From: Pierrick Couderc Date: Mon, 21 Oct 2024 15:25:33 +0200 Subject: [PATCH] Manifest: make it OCaml5 compatible --- manifest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/Makefile b/manifest/Makefile index 13aa0c82dbdc..71112eb09b41 100644 --- a/manifest/Makefile +++ b/manifest/Makefile @@ -40,7 +40,7 @@ _build/%: % manifest: $(foreach file, $(SOURCE), _build/$(file)) ocamlc -bin-annot -g -w @1..3@5..28@30..39@43@46..47@49..57@61..62 \ - -I _build str.cma $^ -o manifest + -I _build -I +str str.cma $^ -o manifest # Running 'make -C manifest l1-deps.svg' produces # the dependency graph of the main Layer 1 executables -- GitLab