summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-03-29 10:38:39 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2020-03-29 10:38:39 +0100
commit7c7d00be3d2bbd0a64d47c31430d3025426c26e4 (patch)
tree9482839faeafa056416b6dc3189da691128d308c
parentMove testing import to root (diff)
downloadnetfs-7c7d00be3d2bbd0a64d47c31430d3025426c26e4.tar.bz2
netfs-7c7d00be3d2bbd0a64d47c31430d3025426c26e4.tar.xz
netfs-7c7d00be3d2bbd0a64d47c31430d3025426c26e4.zip
Fix FUSE version number
-rw-r--r--netfs/fuse/Jamfile.jam2
1 files changed, 1 insertions, 1 deletions
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 ]
:
- <define>FUSE_USE_VERSION=31
+ <define>FUSE_USE_VERSION=35
<implicit-dependency>../ice//netfs-api
<library>netfs-client-configuration
<implicit-dependency>netfs-client-configuration