diff --git a/README.md b/README.md index 4886f0d..6f8fbe4 100644 --- a/README.md +++ b/README.md @@ -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