mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-07 22:52:06 +08:00
Drop support for Intel macOS (#37215)
* Drop support for Intel macOS * arch.sh * scons * platform.sh * lil more * mv tici
This commit is contained in:
@@ -23,7 +23,7 @@ echo "installing python packages..."
|
||||
uv sync --frozen --all-extras
|
||||
source .venv/bin/activate
|
||||
|
||||
if [[ "$(uname)" == 'Darwin' ]]; then
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
touch "$ROOT"/.env
|
||||
echo "export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES" >> "$ROOT"/.env
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user