We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb842a commit 7cec803Copy full SHA for 7cec803
mfusepy.py
@@ -158,6 +158,8 @@ def get_fuse_version(libfuse):
158
f"Found library {_libfuse_path} has wrong major version: {fuse_version_major}. Expected FUSE 2!"
159
)
160
161
+print("FOUND FUSE LIBRARY VERSION:", fuse_version_major, fuse_version_minor)
162
+
163
if _system == 'NetBSD' and (fuse_version_major, fuse_version_minor) == (2, 9):
164
# For some reason, NetBSD return 2.9 even though the API is 3.10!
165
# The correct version is important for the struct layout!
0 commit comments