aboutsummaryrefslogtreecommitdiffstats
path: root/example/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'example/meson.build')
-rw-r--r--example/meson.build2
1 files changed, 1 insertions, 1 deletions
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)