aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win64-setup.sh
blob: 82ac1176baf8effd3b3fbaca02d52958fbbe800f (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="2012-03-29"
export WIRESHARK_TARGET_PLATFORM="win64"

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

exec $WIN_SETUP $@