From 7c7d00be3d2bbd0a64d47c31430d3025426c26e4 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 29 Mar 2020 10:38:39 +0100 Subject: Fix FUSE version number --- netfs/fuse/Jamfile.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netfs/fuse/Jamfile.jam b/netfs/fuse/Jamfile.jam index b697a62..14338d5 100644 --- a/netfs/fuse/Jamfile.jam +++ b/netfs/fuse/Jamfile.jam @@ -28,7 +28,7 @@ lib netfs-client : netfs-client-configuration [ glob *.cpp : fuseConfigImpl.cpp netfs.cpp ] : - FUSE_USE_VERSION=31 + FUSE_USE_VERSION=35 ../ice//netfs-api netfs-client-configuration netfs-client-configuration -- cgit v1.2.3