mirror of https://github.com/swig/swig
parent
9fb24e78e0
commit
72626f4871
|
@ -491,8 +491,12 @@ jobs:
|
|||
;;
|
||||
ocaml)
|
||||
# `make check-ocaml-test-suite` fails with parallel make with:
|
||||
#
|
||||
# File "swig.ml", line 1:
|
||||
# Error: Could not find the .cmi file for interface swig.mli.
|
||||
#
|
||||
# Apparently we ought to be using `ocamldep` to generate make
|
||||
# dependencies.
|
||||
unset SWIGJOBS
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue