Skip to content

Commit 5682008

Browse files
committed
fixup! Set 'LIBRARY_PATH'
1 parent 03c152a commit 5682008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/tezos-client.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def make_deps
3838
# with old CPUs, see https://gitlab.com/dannywillems/ocaml-bls12-381/-/merge_requests/135/
3939
ENV["BLST_PORTABLE"]="yes"
4040
system "rustup-init", "--default-toolchain", "1.60.0", "-y"
41-
system "opam", "init", "--bare", "--debug", "--auto-setup"
41+
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
4242
system ["source .cargo/env", "make build-deps"].join(" && ")
4343
end
4444

0 commit comments

Comments
 (0)