Skip to content

Commit 180b01c

Browse files
authored
Merge pull request #145 from mcduke/patch-1. r=jdm
Correct MOZTOOLS_PATH
2 parents 0a0a2f1 + be831f0 commit 180b01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Under Windows:
3939

4040
3. Set the `MOZTOOLS_PATH` environment variable to point to the tools from the Mozilla Build Package:
4141
```
42-
set MOZTOOLS_PATH=C:\mozilla-build\msys\bin;C:\mozilla-build\mozmake;C:\mozilla-build\yasm
42+
set MOZTOOLS_PATH=C:\mozilla-build\msys\bin;C:\mozilla-build\bin
4343
```
4444

4545
4. Download and install Clang for Windows (64 bit) from https://releases.llvm.org/download.html

0 commit comments

Comments
 (0)