Skip to content

Commit 1d50a8c

Browse files
committed
BUILDING.md: More NASM/YASM clarifications
28d1a13 introduced the line "nasm.exe should be in your PATH". This commit corrects an oversight in 8f1c0a6 / e5091f2 whereby this line should have been extended to include yasm.exe.
1 parent 123f725 commit 1d50a8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ Build Requirements
463463
- [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net)
464464
* If using NASM, 0.98 or later is required for an x86 build.
465465
* If using NASM, 2.05 or later is required for an x86-64 build.
466-
* nasm.exe should be in your `PATH`.
466+
* nasm.exe/yasm.exe should be in your `PATH`.
467467

468468
- Microsoft Visual C++ 2005 or later
469469

0 commit comments

Comments
 (0)