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 b4358d3 commit fdf6a3bCopy full SHA for fdf6a3b
packages/z3/z3.4.15.1/opam
@@ -14,8 +14,8 @@ patches: [
14
]
15
build: [
16
[ export "PATH=\"/usr/local/opt/llvm/bin:$PATH\""] {os-distribution = "homebrew"}
17
- [ export "LDFLAGS="-L/usr/local/opt/llvm/lib\""] {os-distribution = "homebrew"}
18
- [ export "CPPFLAGS="-I/usr/local/opt/llvm/include\""] {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