diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-03-29 10:38:39 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-03-29 10:38:39 +0100 |
commit | 7c7d00be3d2bbd0a64d47c31430d3025426c26e4 (patch) | |
tree | 9482839faeafa056416b6dc3189da691128d308c | |
parent | Move testing import to root (diff) | |
download | netfs-7c7d00be3d2bbd0a64d47c31430d3025426c26e4.tar.bz2 netfs-7c7d00be3d2bbd0a64d47c31430d3025426c26e4.tar.xz netfs-7c7d00be3d2bbd0a64d47c31430d3025426c26e4.zip |
Fix FUSE version number
-rw-r--r-- | netfs/fuse/Jamfile.jam | 2 |
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 |