Skip to content

Commit be831f0

Browse files
authored
Correct MOZTOOLS_PATH
The proposed MOZTOOLS_PATH no longer seems to be correct, as the current MozillaBuild Package doesn't create either C:\mozilla-build\mozmake or C:\mozilla-build\yasm directories. mozmake.exe and yasm.exe do exist in C:\mozilla-build\bin, though.
1 parent 912aea8 commit be831f0

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)