Skip to content

Commit b4358d3

Browse files
committed
Fix variable export
1 parent 1bc1868 commit b4358d3

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

packages/z3/z3.4.15.1/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +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"}
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"}
1919
[ "python3" "scripts/mk_make.py" "--ml" ]
2020
[ make "-C" "build" "-j" jobs ]
2121
]

0 commit comments

Comments
 (0)