aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win64-setup.sh
blob: 899ff31701b96b7f8ed098ca575dfcea48bfbcb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
#
# $Id$

# 64-bit wrapper for win-setup.sh.

export DOWNLOAD_TAG="2010-10-08"
export WIRESHARK_TARGET_PLATFORM="win64"

WIN_SETUP=`echo $0 | sed -e s/win64/win/`

exec $WIN_SETUP $@