Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit 6dabb25

Browse files
author
bors-servo
authored
Auto merge of #431 - jeremyjh:patch-1, r=KiChjang
Update README.md to include yasm ICU build fails without an assembler; `brew install yasm` resolves this. ``` DEBUG: configure: error: Building ICU requires either yasm or a GNU assembler. If you do not have either of those available for this platform you must use --without-intl-api ``` <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-mozjs/431) <!-- Reviewable:end -->
2 parents d78230a + b50ad02 commit 6dabb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For installation of the Rust toolchain see [`https://rustup.rs/`](https://rustup
1717
#### On macOS (Homebrew)
1818

1919
```sh
20-
brew install automake pkg-config python2 cmake
20+
brew install automake pkg-config python2 cmake yasm
2121
```
2222

2323
## Building the project

0 commit comments

Comments
 (0)