aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win64-setup.sh
blob: 96e706663b57d8cb94ce6a353fa9c2c5452790dd (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-12-19"
export WIRESHARK_TARGET_PLATFORM="win64"

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

exec $WIN_SETUP $@