Skip to content

Commit 1034eff

Browse files
committed
Correct example VCInstallDir location in readme.
1 parent 4a9c835 commit 1034eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ To tell Visual Studio where to find yasm.exe you have several options:
3131
This can be determined from within Visual Studio by checking the contents of the VCInstallDir macro.
3232
For example the location for Visual Studio 2015 would be:
3333

34-
1. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin -- For a 64 bit system
35-
2. C:\Program Files\Microsoft Visual Studio 14.0\VC\bin -- For a 32 bit system
34+
1. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC -- For a 64 bit system
35+
2. C:\Program Files\Microsoft Visual Studio 14.0\VC -- For a 32 bit system
3636

3737
2. You can install yasm to any directory and then set environment variable YASMPATH to point to the absolute directory of the installed yasm.exe (this path should include the final backslash).
3838

0 commit comments

Comments
 (0)