Skip to content

Commit 9db2e4d

Browse files
committed
fix build with OCaml 5
1 parent 83b9614 commit 9db2e4d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
BUILDFLAGS:="-plugin-tags 'package(camlp-streams)'"
2+
13
# OASIS_START
24
# DO NOT EDIT (digest: a3c674b4239234cbbe53afe090018954)
35

setup.ml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
(* manual quick-fix until oasis is updated for OCaml 5 *)
2+
#use "topfind";;
3+
#require "camlp-streams";;
4+
module Pervasives = Stdlib
5+
16
(* setup.ml generated for the first time by OASIS v0.4.6 *)
27

38
(* OASIS_START *)

0 commit comments

Comments
 (0)