Fix missing quote.

This commit is contained in:
Dan Gohman 2018-10-02 19:16:19 -07:00
parent dcf13b6fc4
commit f2049d9bd0

View File

@ -26,6 +26,6 @@ To use the sysroot, use the `--sysroot=` option:
```
/path/to/wasm/supporting/c/compiler --sysroot=/path/to/the/newly/built/sysroot ...
``
```
to run the compiler using the newly built sysroot.