Skip to content

Commit

Permalink
docker-machine-driver-xhyve: fix #6678 for installs outside of defaul…
Browse files Browse the repository at this point in the history
…t /usr/local location
  • Loading branch information
Colin Delacroix authored and nijikon committed Feb 1, 2017
1 parent 29eeaac commit 34fc2ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/docker-machine-driver-xhyve.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def install
go_ldflags = "-w -s -X 'github.com/zchee/docker-machine-driver-xhyve/xhyve.GitCommit=Homebrew#{git_hash}'"
ENV["GO_LDFLAGS"] = go_ldflags
ENV["GO_BUILD_TAGS"] = build_tags
ENV["LIBEV_FILE"] = "#{Formula["libev"].lib}/libev.a"
system "make", "lib9p"
system "make", "build"
bin.install "bin/docker-machine-driver-xhyve"
Expand Down

0 comments on commit 34fc2ad

Please sign in to comment.