2022-11-12 07:42:39pm
This commit is contained in:
parent
016c737388
commit
8606c427fb
1 changed files with 6 additions and 1 deletions
|
|
@ -92,6 +92,11 @@ build() {
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -n "${LOCAL-}" ]; then
|
||||||
|
build_local
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
|
|
||||||
case $OS in
|
case $OS in
|
||||||
# macos)
|
# macos)
|
||||||
# ;;
|
# ;;
|
||||||
|
|
@ -111,7 +116,7 @@ build() {
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
COLOR=3 logp warn "no builder for OS=$OS, building locally..."
|
COLOR=3 logp warn "no builder for OS=$OS, building locally..."
|
||||||
# build_local
|
build_local
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue