summaryrefslogtreecommitdiff
path: root/tools/x-win
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-12-21 03:04:09 +0100
committerRobin Gareus <robin@gareus.org>2014-12-21 03:04:09 +0100
commit73d934bf43cc51b115a7e7f699655b52419c2fe2 (patch)
treec6c97bf600931461ccc63d3856c60b065eb1f7f8 /tools/x-win
parent282c563fce744b97c22d36a3e78a861e220f8e6b (diff)
quiet apt-get for windows x-compile
Diffstat (limited to 'tools/x-win')
-rwxr-xr-xtools/x-win/compile.sh2
1 files changed, 1 insertions, 1 deletions
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