diff options
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 7c6a0bd..21faf95 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -10,7 +10,6 @@ variant coverage : debug ; project : requirements <define>ICE_CPP11_MAPPING - <define>_FILE_OFFSET_BITS=64 <cxxstd>17 <visibility>hidden <linkflags>"-Wl,-z,defs,--warn-once,--gc-sections" @@ -36,5 +35,5 @@ project build-project netfs ; pkg-config.import glibmm : : <name>glibmm-2.4 ; -pkg-config.import fuse ; +pkg-config.import fuse : : <name>fuse3 ; |