From 8b3968e0cb2db36f05c249ac1343a76cba67c35e Mon Sep 17 00:00:00 2001 From: David Allsopp Date: Sat, 19 Mar 2022 15:29:17 +0000 Subject: [PATCH] Add compatibility for new location of unix --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 9c75978..07d74a9 100755 --- a/bootstrap +++ b/bootstrap @@ -2,7 +2,7 @@ libs="unix.cma" -OCAMLC="ocamlc -g" +OCAMLC="ocamlc -g -I +unix" OCAMLVER=$($OCAMLC -version) echo "$OCAMLVER"