summaryrefslogtreecommitdiff
path: root/tools/x-win
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-09 13:17:15 +0200
committerRobin Gareus <robin@gareus.org>2019-04-09 13:17:15 +0200
commite0e5ee0b44f579b94c0bd738338d82020006acc6 (patch)
tree260b67933bb087d1caaa83e7d886c04ee3ece4fd /tools/x-win
parent25eb8ca5933b942c2fba03d01523ff1ecfc80008 (diff)
Unify build-system customization (Ardour/Mixbus)
Diffstat (limited to 'tools/x-win')
-rwxr-xr-xtools/x-win/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh
index f5ac7cae43..6e3b6d7df2 100755
--- a/tools/x-win/package.sh
+++ b/tools/x-win/package.sh
@@ -88,7 +88,7 @@ fi
export SRCCACHE
if [ "$(id -u)" = "0" ]; then
- apt-get -y install nsis curl
+ apt-get -y install nsis curl wget
fi