summaryrefslogtreecommitdiff
path: root/tools/win64-setup.sh
blob: 2e8b8756653617aee0b783c2239cfd4e363dc539 (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-06-15"
export WIRESHARK_TARGET_PLATFORM="win64"

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

exec $WIN32_SETUP $@