aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-03-18 17:05:41 +0000
committerGerald Combs <gerald@wireshark.org>2009-03-18 17:05:41 +0000
commit31ea1d7aac709c4bcc8049d29db5aaf0ab492378 (patch)
tree1b9da9806a23688018331a9f83020e572fab371e /config.nmake
parent5433caadbe3db91864b1d76da0dfdb886f4d2322 (diff)
Fix the Lua path on Win64.
svn path=/trunk/; revision=27777
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index 2d9c74a737..1eec731cc6 100644
--- a/config.nmake
+++ b/config.nmake
@@ -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.