Fix nasm pathname: nasm-2.09-08\nasm.exe ==> nasm-2.09.08\nasm.exe

svn path=/trunk/; revision=36596
This commit is contained in:
Bill Meier 2011-04-12 17:53:23 +00:00
parent f9fa7e8def
commit 8587721abb
1 changed files with 1 additions and 1 deletions

View File

@ -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.