README: fix a word

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2019-03-27 21:09:05 +00:00
parent aa77c6d570
commit 00b3685bb4
No known key found for this signature in database
GPG Key ID: 37C999F617EA1A47
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ $ ninja -C build
```
On FreeBSD, `ld` does not look by default in /usr/local/lib, and you will get errors about some libraries being not found.
To fix that, append `LDFLAGS="-L/usr/local/lib"`:
To fix that, prepend `LDFLAGS="-L/usr/local/lib"`:
```bash
$ LDFLAGS="-L/usr/local/lib" meson --buildtype=release . build
$ ninja -C build