Update the Lua configuration on Win64 to reflect the recent change to

Visual Studio 2010.

svn path=/trunk/; revision=43142
This commit is contained in:
Gerald Combs 2012-06-06 20:42:47 +00:00
parent 7881fe8493
commit c592ceded1
2 changed files with 2 additions and 2 deletions

View File

@ -571,7 +571,7 @@ GNUTLS_PKG=2.12.18-1.2-1
# If you don't have LUA, comment this line out, so that LUA_DIR
# isn't defined.
#
LUA_DIST=5_1_4_Win64_dll9
LUA_DIST=-5.1.4_Win64_dll10
LUA_DIR=$(WIRESHARK_LIB_DIR)\lua5.1.4
#

View File

@ -4,7 +4,7 @@
# 64-bit wrapper for win-setup.sh.
export DOWNLOAD_TAG="2012-05-30"
export DOWNLOAD_TAG="2012-06-06"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN_SETUP=`echo $0 | sed -e s/win64/win/`