We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc1868 commit b4358d3Copy full SHA for b4358d3
packages/z3/z3.4.15.1/opam
@@ -13,9 +13,9 @@ patches: [
13
"gccstd-2a.patch" { (os-family = "opensuse" | os-family = "suse") | (os-distribution = "ubuntu" & os-version <= "20.04") }
14
]
15
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"}
+ [ export "PATH=\"/usr/local/opt/llvm/bin:$PATH\""] {os-distribution = "homebrew"}
+ [ export "LDFLAGS="-L/usr/local/opt/llvm/lib\""] {os-distribution = "homebrew"}
+ [ export "CPPFLAGS="-I/usr/local/opt/llvm/include\""] {os-distribution = "homebrew"}
19
[ "python3" "scripts/mk_make.py" "--ml" ]
20
[ make "-C" "build" "-j" jobs ]
21
0 commit comments