summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/get-win-dependencies2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/get-win-dependencies b/contrib/get-win-dependencies
index 5ca969f6b..f3fbd6cf7 100755
--- a/contrib/get-win-dependencies
+++ b/contrib/get-win-dependencies
@@ -24,7 +24,7 @@ while getopts ":s" opt; do
done
if [ -z "$HOST" ]; then
- HOST=i686-w64-mingw32
+ HOST=x86_64-w64-mingw32
echo "WARNING:"
echo "WARNING: Using default HOST value: $HOST"
echo "WARNING: You should probably run this script like this:"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback