mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-23 12:14:15 +08:00
Do not require C++ compiler for building
Fixes: - http://autobuild.buildroot.org/results/a6e64213f2910b2b81e79cb1e96e558413d7f70a Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
parent
fe484d2d43
commit
fc25c5002c
@ -31,7 +31,7 @@ foreach ex : threaded_examples
|
||||
install: false)
|
||||
endforeach
|
||||
|
||||
if not platform.endswith('bsd') and platform != 'dragonfly'
|
||||
if not platform.endswith('bsd') and platform != 'dragonfly' and add_languages('cpp', required : false)
|
||||
executable('passthrough_hp', 'passthrough_hp.cc',
|
||||
dependencies: [ thread_dep, libfuse_dep ],
|
||||
install: false)
|
||||
|
@ -1,4 +1,4 @@
|
||||
project('libfuse3', ['cpp', 'c'], version: '3.9.1',
|
||||
project('libfuse3', ['c'], version: '3.9.1',
|
||||
meson_version: '>= 0.42',
|
||||
default_options: [ 'buildtype=debugoptimized' ])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user