diff options
author | Pascal Quantin <pascal.quantin@gmail.com> | 2014-04-01 04:34:47 +0200 |
---|---|---|
committer | Pascal Quantin <pascal.quantin@gmail.com> | 2014-04-05 22:41:06 +0000 |
commit | 590fcbc66f95530e4dacfcf0bad8553717eba166 (patch) | |
tree | 1861778423955ece2c4259aaafddf0a835360a90 /Makefile.nmake | |
parent | d6fa45848ca6a0ba6ccfeed5a8bfd0d31290c76a (diff) | |
download | wireshark-590fcbc66f95530e4dacfcf0bad8553717eba166.tar.gz wireshark-590fcbc66f95530e4dacfcf0bad8553717eba166.tar.bz2 wireshark-590fcbc66f95530e4dacfcf0bad8553717eba166.zip |
Upgrade Windows builds to Lua 5.2.3
Change-Id: Ie7fffa9d57b1b861ab57cc55259c79cf0e8ee0e0
Reviewed-on: https://code.wireshark.org/review/974
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index fc06aa9ac1..77e66a9db3 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -1009,7 +1009,7 @@ process_libs: !ENDIF !IFDEF LUA_DIR @$(SH) $(WIN_SETUP) "$(WIN_SETUP_OPT)" "$(WIRESHARK_LIB_DIR)" \ - lua5.2.1 lua$(LUA_DIST)_lib.zip + lua5.2.3 lua$(LUA_DIST)_lib.zip !ENDIF !IFDEF GNUTLS_PKG @@ -1085,7 +1085,7 @@ clean_setup: rm -r -f libiconv-1.9.1.bin.woe32 rm -r -f lua5.1 rm -r -f lua5.1.4 - rm -r -f lua5.2.1 + rm -r -f lua5.2.? rm -r -f libsmi-0.4.5 rm -r -f libsmi-0.4.8 rm -r -f libsmi-svn-40773-win??ws |