Skip to content

Commit fdf6a3b

Browse files
committed
Fix variable export again
1 parent b4358d3 commit fdf6a3b

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

packages/z3/z3.4.15.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ patches: [
1414
]
1515
build: [
1616
[ 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"}
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)