From 7834d14aec5231c381798875cf13e65705ee092a Mon Sep 17 00:00:00 2001 From: Paul Annetts <5033948+paulannetts@users.noreply.github.com> Date: Fri, 4 Oct 2024 18:20:46 +0100 Subject: [PATCH] macos specific build hacks --- tools/build.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/build.sh b/tools/build.sh index d9bafe4..f604cba 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -5,9 +5,11 @@ PARENT_DIR=$(dirname $SCRIPT_DIR) echo $PARENT_DIR cd $PARENT_DIR/espeak-ng -rm CHANGELOG.md -echo "Changelog dummy" > ChangeLog.md -echo "No news" > NEWS +if [[ "$(uname)" == "Darwin" ]]; then + brew install automake libtool autoconf + rm CHANGELOG.md + echo "Changelog dummy" > ChangeLog.md +fi ls ./autogen.sh ./configure --without-klatt --without-speechplayer --without-mbrola --without-sonic --without-async