mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
Auto merge of #13527 - nerith:typo, r=jdm
README.md: Fix typo --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because they only change documentation <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13527) <!-- Reviewable:end -->
This commit is contained in:
commit
e97eba1888
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ required for the SpiderMonkey build on Windows.
|
||||||
|
|
||||||
Install MSYS2 from [here](https://msys2.github.io/). After you have done so, open an MSYS shell
|
Install MSYS2 from [here](https://msys2.github.io/). After you have done so, open an MSYS shell
|
||||||
window and update the core libraries and install new packages. The extra step at the end is to
|
window and update the core libraries and install new packages. The extra step at the end is to
|
||||||
downgrate GCC to 5.4, as the GCC6 versions in mingw currently fail to compile some of our
|
downgrade GCC to 5.4, as the GCC6 versions in mingw currently fail to compile some of our
|
||||||
dependencies. We are upgrading to a gcc-free build on Windows as soon as possible:
|
dependencies. We are upgrading to a gcc-free build on Windows as soon as possible:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue