From f0ec646e87d726b6c10c951e8bf5b7f5e16cc38f Mon Sep 17 00:00:00 2001 From: Gleb Popov <6yearold@gmail.com> Date: Tue, 24 Jun 2025 14:37:34 +0300 Subject: meson: Enable building C++ examples on FreeBSD Signed-off-by: Gleb Popov <6yearold@gmail.com> --- example/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/meson.build') diff --git a/example/meson.build b/example/meson.build index b2e896c..701afa7 100644 --- a/example/meson.build +++ b/example/meson.build @@ -31,7 +31,7 @@ foreach ex : threaded_examples install: false) endforeach -if not platform.endswith('bsd') and platform != 'dragonfly' and add_languages('cpp', required : false) +if platform != 'dragonfly' and add_languages('cpp', required : false) executable('passthrough_hp', 'passthrough_hp.cc', dependencies: [ thread_dep, libfuse_dep ], install: false) -- cgit v1.2.3