hhvm / homebrew-hhvm

Official Mac OS X Homebrew formula for HHVM
MIT License
82 stars 22 forks source link

Properly specify ocaml location to CMake #80

Closed jwatzman closed 7 years ago

jwatzman commented 7 years ago

The build scripts were updated to look for a new enough ocaml/ocamlc and build out of third-party if one was not found; in doing so the necessary defines here were changed, and not updated in the formula. This caused the third-party ocaml to be unconditionally built, even though brew has a new enough ocaml available, wasting a bunch of build time.

Fixes #76