machine-drivers / docker-machine-driver-xhyve

docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)
https://godoc.org/github.com/machine-drivers/docker-machine-driver-xhyve
BSD 3-Clause "New" or "Revised" License
888 stars 74 forks source link

Build broken when homebrew is installed in a non-default location #157

Closed cdelacroix closed 7 years ago

cdelacroix commented 7 years ago

With message ld: symbol(s) not found for architecture x86_64 Because libev path is hardcoded to /usr/local/lib/libev.a. Prefix should be changed to $(brew --prefix).

cdelacroix commented 7 years ago

Issued a PR in homebrew-core, fixed (Homebrew/homebrew-core#9532)