aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-12 17:53:23 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-12 17:53:23 +0000
commit380196128cbbc48578f9a0af0d837fa47f30cf2f (patch)
tree5c1895e4f49ce5ade18c7cbd145381e2bc5aa0e3 /config.nmake
parent75daf86c3e619c7c136bf06de7acd73d2b48e28c (diff)
Fix nasm pathname: nasm-2.09-08\nasm.exe ==> nasm-2.09.08\nasm.exe
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36596 f5534014-38df-0310-8fa8-9805f1628bb7
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 fa3ec64da7..75088c3a5d 100644
--- a/config.nmake
+++ b/config.nmake
@@ -142,7 +142,7 @@ MSVC_VARIANT=MSVC2008
# If you don't have NASM, comment this line out, so that NASM
# isn't defined.
#
-NASM=$(WIRESHARK_LIBS)\nasm-2.09-08\nasm.exe
+NASM=$(WIRESHARK_LIBS)\nasm-2.09.08\nasm.exe
#
# Optional: the Python library enables scripting support.