diff options
Diffstat (limited to 'example/meson.build')
-rw-r--r-- | example/meson.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/example/meson.build b/example/meson.build index 012fda1..3edddea 100644 --- a/example/meson.build +++ b/example/meson.build @@ -31,4 +31,10 @@ foreach ex : threaded_examples install: false) endforeach +if not platform.endswith('bsd') and platform != 'dragonfly' + executable('passthrough_hp', 'passthrough_hp.cc', + dependencies: [ thread_dep, libfuse_dep ], + install: false) +endif + # TODO: Link passthrough_fh with ulockmgr if available |