Bug 1833126 - doc: windows build - fix the path r=andi DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D180642
This commit is contained in:
Sylvestre Ledru 2023-06-23 08:45:34 +00:00
Родитель c4665e00d2
Коммит 6cf9568599
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,7 @@ Visual Studio Projects
The build system automatically generates Visual Studio project files to aid
with development, as part of a normal ``mach build`` from the command line.
You can find the solution file at ``$OBJDIR/msvs/mozilla.sln``.
You can find the solution file at ``$OBJDIR/msvc/mozilla.sln``.
If you want to generate the project files before/without doing a full build,
running ``./mach configure && ./mach build-backend -b VisualStudio`` will do