README: fix a word
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
aa77c6d570
commit
00b3685bb4
|
@ -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.
|
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
|
```bash
|
||||||
$ LDFLAGS="-L/usr/local/lib" meson --buildtype=release . build
|
$ LDFLAGS="-L/usr/local/lib" meson --buildtype=release . build
|
||||||
$ ninja -C build
|
$ ninja -C build
|
||||||
|
|
Loading…
Reference in New Issue