summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-09-18 17:20:25 -0700
committerMathias Preiner <mathias.preiner@gmail.com>2018-09-22 16:30:59 -0700
commited8d326cbdec820d347d8b4b5ee7b23c3367d169 (patch)
treef5cb0da35a74e1e1155849e97fc6c644072c054b /contrib
parent4a96ecb64741a78b6e138c75fcd7155058658849 (diff)
cmake: Add support for cross-compiling for Windows.
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