File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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]
1515build: [
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"}
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]
You can’t perform that action at this time.
0 commit comments