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 b737d2a commit 522d8edCopy full SHA for 522d8ed
packages/z3/z3.4.15.1/opam
@@ -22,7 +22,15 @@ build: [
22
export PATH LDFLAGS CPPFLAGS
23
python3 scripts/mk_make.py --ml
24
make -C build
25
- """] {os-distribution = "homebrew"}
+ """] {os-distribution = "homebrew" & arch = "amd64"}
26
+ [ "sh" "-c" """#!/bin/sh
27
+ PATH=/opt/homebrew/opt/llvm/bin:$PATH
28
+ LDFLAGS="-L/opt/homebrew/opt/llvm/lib $LDFLAGS"
29
+ CPPFLAGS="-I/opt/homebrew/opt/llvm/include $CPPFLAGS"
30
+ export PATH LDFLAGS CPPFLAGS
31
+ python3 scripts/mk_make.py --ml
32
+ make -C build
33
+ """] {os-distribution = "homebrew" & arch = "arm64"}
34
]
35
36
install: [
0 commit comments