aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsghctoma <sghctoma@gmail.com>2018-09-26 19:36:48 +0200
committersghctoma <sghctoma@gmail.com>2018-09-26 19:36:48 +0200
commitaacf0c427f7c2ade34c0ba28984c3a61efb6afc7 (patch)
treefd9e1300c16036dbd3f44038601529216495a024 /README.md
parent57ce89668864ddad881de84e2780b5db301d12f2 (diff)
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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: