Skip to content

Commit 1a0aed2

Browse files
committed
Set 'LIBRARY_PATH'
1 parent cb1c052 commit 1a0aed2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/tezos-client.rb

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def make_deps
4242
system "curl", "-L", "https://github.com/ocaml/opam/releases/download/2.0.9/opam-2.0.9-#{arch}-macos", "--create-dirs", "-o", "#{ENV["HOME"]}/.opam-bin/opam"
4343
system "chmod", "+x", "#{ENV["HOME"]}/.opam-bin/opam"
4444
ENV["PATH"]="#{ENV["HOME"]}/.opam-bin:#{ENV["PATH"]}"
45+
ENV["LIBRARY_PATH"]="#{HOMEBREW_PREFIX}/lib"
4546
system "rustup-init", "--default-toolchain", "1.60.0", "-y"
4647
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
4748
system ["source .cargo/env", "make build-deps"].join(" && ")

0 commit comments

Comments
 (0)