StarPilot

This commit is contained in:
firestar5683
2026-03-12 01:49:47 -05:00
parent 0e9ef526f7
commit d0e1db6766
2171 changed files with 590688 additions and 247754 deletions
+6
View File
@@ -15,6 +15,12 @@ if ! command -v "uv" > /dev/null 2>&1; then
PATH="$UV_BIN:$PATH"
fi
# Homebrew llvm can break extension builds on macOS by masking system SDK headers.
if [[ "$(uname)" == 'Darwin' ]]; then
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
fi
echo "updating uv..."
# ok to fail, can also fail due to installing with brew
uv self update || true