File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ patches: [
1313 "gccstd-2a.patch" { (os-family = "opensuse" | os-family = "suse") | (os-distribution = "ubuntu" & os-version <= "20.04") }
1414]
1515build: [
16- [ "python3" "scripts/mk_make.py" "--ml" ] {os-distribution <> "homebrew"}
17- [ make "-C" "build" "-j" jobs ] {os-distribution <> "homebrew"}
16+ [ "python3" "scripts/mk_make.py" "--ml" ] {os-distribution != "homebrew"}
17+ [ make "-C" "build" "-j" jobs ] {os-distribution != "homebrew"}
1818 [ "sh" "-c" """#!/bin/sh
19- PATH=/usr/local/opt/llvm/bin:$PATH
20- LDFLAGS=\ "-L/usr/local/opt/llvm/lib $LDFLAGS\"
21- CPPFLAGS=\ "-I/usr/local/opt/llvm/include $CPPFLAGS\"
22- python3 scripts/mk_make.py --ml
19+ export PATH=/usr/local/opt/llvm/bin:$PATH;
20+ export LDFLAGS="-L/usr/local/opt/llvm/lib $LDFLAGS";
21+ export CPPFLAGS="-I/usr/local/opt/llvm/include $CPPFLAGS";
22+ python3 scripts/mk_make.py --ml;
2323 make -C build
2424 """] {os-distribution = "homebrew"}
2525]
You can’t perform that action at this time.
0 commit comments