Skip to content

Commit

Permalink
Use portaudio from homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Nov 6, 2022
1 parent fdf9d82 commit 74c8c67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/macos_buildenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ case "$1" in
fi
echo ""
echo "Extracting ${BUILDENV_NAME}.tar.gz..."
tar xf "${BUILDENV_PATH}.tar.gz" -C "${BUILDENV_BASEPATH}" && \
tar xf --exclude=*portaudio* "${BUILDENV_PATH}.tar.gz" -C "${BUILDENV_BASEPATH}" && \
echo "Successfully extracted ${BUILDENV_NAME}.tar.gz"
brew install portaudio
else
echo "Build environment $BUILDENV_NAME not found in mixxx repository, run the command below to download it."
echo "source ${THIS_SCRIPT_NAME} setup"
Expand Down

0 comments on commit 74c8c67

Please sign in to comment.