Closed tiegz closed 4 years ago
This fixes the build for me by removing environment-specific setup.data:
setup.data
$ make ocaml setup.ml -build sh: /Users/jamis/.opam/default/bin/ocamlbuild: No such file or directory E: Failure("Command ''/Users/jamis/.opam/default/bin/ocamlbuild' src/rtc.cma src/rtc.cmxa src/rtc.a src/rtc.cmxs tests/tests.native progs/chapter.native -tag debug' terminated with error code 127") make: *** [build] Error 1
Good point. Thanks!
This fixes the build for me by removing environment-specific
setup.data
: