Skip to content

Commit 1bc1868

Browse files
committed
Try adding llvm to path
1 parent 405d527 commit 1bc1868

File tree

1 file changed

+3
-0
lines changed
  • packages/z3/z3.4.15.1

1 file changed

+3
-0
lines changed

packages/z3/z3.4.15.1/opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ patches: [
1313
"gccstd-2a.patch" { (os-family = "opensuse" | os-family = "suse") | (os-distribution = "ubuntu" & os-version <= "20.04") }
1414
]
1515
build: [
16+
[ export PATH="/usr/local/opt/llvm/bin:$PATH"
17+
export LDFLAGS="-L/usr/local/opt/llvm/lib"
18+
export CPPFLAGS="-I/usr/local/opt/llvm/include"] {os-distribution = "homebrew"}
1619
[ "python3" "scripts/mk_make.py" "--ml" ]
1720
[ make "-C" "build" "-j" jobs ]
1821
]

0 commit comments

Comments
 (0)