From aacf0c427f7c2ade34c0ba28984c3a61efb6afc7 Mon Sep 17 00:00:00 2001 From: sghctoma Date: Wed, 26 Sep 2018 19:36:48 +0200 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08844313..11a3b381 100644 --- a/README.md +++ b/README.md @@ -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: