mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 18:56:58 +08:00
@@ -66,12 +66,6 @@ else
|
|||||||
fi
|
fi
|
||||||
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
|
# Python dependencies
|
||||||
echo "[macos.sh] Installing Python3 dependencies"
|
echo "[macos.sh] Installing Python3 dependencies"
|
||||||
# We need to have future to install pymavlink later.
|
# We need to have future to install pymavlink later.
|
||||||
|
|||||||
Reference in New Issue
Block a user