Open reidpr opened 9 months ago
FUSE3 does not put its headers in a standard location, so we need an appropriate -I. Currently we get this from pkg-config, but it would be nice if it could also be specified manually with something like --with-fuse3-headers and --with-fuse-libs.
-I
pkg-config
--with-fuse3-headers
--with-fuse-libs
FUSE3 does not put its headers in a standard location, so we need an appropriate
-I
. Currently we get this frompkg-config
, but it would be nice if it could also be specified manually with something like--with-fuse3-headers
and--with-fuse-libs
.