From 949944ff3bde50d62f98b0cab15cef2959d40a2d Mon Sep 17 00:00:00 2001 From: legezywzh <94814730+legezywzh@users.noreply.github.com> Date: Sun, 2 Jun 2024 05:18:35 +0800 Subject: Fix compatibility issue around fuse_custom_io->clone_fd (#953) Fixes: 73cd124d0408 ("Add clone_fd to custom IO (#927)") Signed-off-by: Xiaoguang Wang --- util/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/meson.build b/util/meson.build index 47aac14..01c92f0 100644 --- a/util/meson.build +++ b/util/meson.build @@ -11,7 +11,7 @@ executable('mount.fuse3', ['mount.fuse.c'], link_with: [ libfuse ], install: true, install_dir: get_option('sbindir'), - c_args: '-DFUSE_USE_VERSION=312') + c_args: '-DFUSE_USE_VERSION=317') udevrulesdir = get_option('udevrulesdir') -- cgit v1.2.3