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

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

export DOWNLOAD_TAG="2009-09-16"
export WIRESHARK_TARGET_PLATFORM="win64"

WIN32_SETUP=`echo $0 | sed -e s/win64/win32/`

exec $WIN32_SETUP $@