diff --git a/tools/x-win/compile.sh b/tools/x-win/compile.sh index fb4d4aa85f..9c3b63d30e 100755 --- a/tools/x-win/compile.sh +++ b/tools/x-win/compile.sh @@ -31,7 +31,7 @@ if test -z "${ARDOURCFG}"; then fi if [ "$(id -u)" = "0" ]; then - apt-get -y install build-essential \ + apt-get -qq -y install build-essential \ ${DEBIANPKGS} \ git autoconf automake libtool pkg-config yasm python