Fix the Lua path on Win64.

svn path=/trunk/; revision=27777
This commit is contained in:
Gerald Combs 2009-03-18 17:05:41 +00:00
parent 5433caadbe
commit 31ea1d7aac
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ ZLIB_DIR=$(WIRESHARK_LIBS)\zlib123
# isn't defined.
#
LUA_DIST=5_1_4_Win64_dll9
LUA_DIR=$(WIRESHARK_LIBS)\lua5.1
LUA_DIR=$(WIRESHARK_LIBS)\lua5.1.4
#
# Optional: the PORTAUDIO library enables audio output for RTP streams.