summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--meson.build1
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d157b2e..a14e8cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,9 @@
lilv (0.24.25) unstable; urgency=medium
+ * Fix C++ test build on MacOS
* Fix library current_version on MacOS
- -- David Robillard <d@drobilla.net> Thu, 14 Mar 2024 17:02:11 +0000
+ -- David Robillard <d@drobilla.net> Fri, 15 Mar 2024 16:42:11 +0000
lilv (0.24.24) stable; urgency=medium
diff --git a/meson.build b/meson.build
index b03e54d..6a9b52a 100644
--- a/meson.build
+++ b/meson.build
@@ -8,6 +8,7 @@ project(
'b_ndebug=if-release',
'buildtype=release',
'c_std=c99',
+ 'cpp_std=c++11',
],
license: 'ISC',
meson_version: '>= 0.56.0',