diff options
author | sghctoma <sghctoma@gmail.com> | 2018-09-26 19:36:48 +0200 |
---|---|---|
committer | sghctoma <sghctoma@gmail.com> | 2018-09-26 19:36:48 +0200 |
commit | aacf0c427f7c2ade34c0ba28984c3a61efb6afc7 (patch) | |
tree | fd9e1300c16036dbd3f44038601529216495a024 | |
parent | 57ce89668864ddad881de84e2780b5db301d12f2 (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.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |