summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-03-15 12:42:39 -0400
committerDavid Robillard <d@drobilla.net>2024-03-15 12:42:39 -0400
commitcc394e5f7965111d9ea4ff444c3b7e07be30515c (patch)
tree57c3577777270612b5b6ff4109a139053372aea0 /meson.build
parent0f70cc010bc262589340099581d1d79152a8f140 (diff)
downloadlilv-cc394e5f7965111d9ea4ff444c3b7e07be30515c.tar.gz
lilv-cc394e5f7965111d9ea4ff444c3b7e07be30515c.tar.bz2
lilv-cc394e5f7965111d9ea4ff444c3b7e07be30515c.zip
Fix C++ test build on MacOS
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
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',