Adjust README to reflect change regarding b_lundef

With Meson >=0.48.0 it is no longer necessary to pass the flag
"-D b_lundef=false" on FreeBSD.
This commit is contained in:
sghctoma 2018-09-26 19:36:48 +02:00
parent 57ce896688
commit aacf0c427f
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ Run these commands:
meson build
ninja -C build
On FreeBSD, you need to pass an extra flag to prevent a linking error:
`meson build -D b_lundef=false`.
If you use Meson older than 0.48.0 on FreeBSD, you need to pass an extra flag
to prevent a linking error: `meson build -D b_lundef=false`.
Install like so: