Skip to content

Commit

Permalink
Compatibility with OCaml PR#10169
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Jan 21, 2021
1 parent 9e40620 commit af90f8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,8 @@ fi
# bytes?

if [ -f "${ocaml_core_stdlib}/bytes.cmi" -o \
-f "${ocaml_core_stdlib}/stdlib__bytes.cmi" ]; then
-f "${ocaml_core_stdlib}/stdlib__bytes.cmi" -o \
-f "${ocaml_core_stdlib}/stdlib__Bytes.cmi" ]; then
echo "bytes: found, installing fake library"
lbytes="bytes"
cbytes=0
Expand Down

0 comments on commit af90f8d

Please sign in to comment.