aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--meson.build2
2 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 11a3b381..22ad7328 100644
--- a/README.md
+++ b/README.md
@@ -74,9 +74,6 @@ Run these commands:
meson build
ninja -C build
-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:
sudo ninja -C build install
diff --git a/meson.build b/meson.build
index bd6f1891..38a7364f 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project(
'c',
version: '0.0.1',
license: 'MIT',
- meson_version: '>=0.47.1',
+ meson_version: '>=0.48.0',
default_options: [
'c_std=c11',
'warning_level=2',