mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-03-23 18:13:49 +08:00
@@ -66,12 +66,6 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
# Install ccache (used by cmake/ccache.cmake to speed up builds)
|
||||
if ! command -v ccache &> /dev/null; then
|
||||
echo "[macos.sh] Installing ccache"
|
||||
brew install ccache
|
||||
fi
|
||||
|
||||
# Python dependencies
|
||||
echo "[macos.sh] Installing Python3 dependencies"
|
||||
# We need to have future to install pymavlink later.
|
||||
|
||||
Reference in New Issue
Block a user