We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79fe21 commit e7c359bCopy full SHA for e7c359b
scripts/macpython-build-wheels.sh
@@ -20,7 +20,7 @@ source "${script_dir}/macpython-build-common.sh"
20
# -----------------------------------------------------------------------
21
# Ensure that requirements are met
22
brew update
23
-brew install doxygen
+brew info doxygen | grep --quiet 'Not installed' && brew install doxygen
24
25
# Remove previous virtualenv's
26
rm -rf ${SCRIPT_DIR}/../venvs
0 commit comments