Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MacOs compatibility to use more recent FUSE extension #157

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nschoellhorn
Copy link

The cask osxfuse is still on version 3.x of the library. This is pretty outdated, since there's already a 4.0.5. I updated the README to use another cask called macfuse which corresponds to the newer version of osxfuse. It seems that while moving up in versions, they also changed the library package name to "fuse" as on other platforms, instead of the previous "osxfuse". Hence, I also updated the build.rs file to be able to build on the newer version.

Instead of just changing the name, we could also implement a check for both names: osxfuse and fuse when building on MacOS. I am happy to adapt this PR if you want.
With this new library version, the crate builds perfectly fine on the new Apple Silicon MacBooks 👍

@Minoru
Copy link

Minoru commented Feb 21, 2021

JFYI this crate is barely maintained. There is a more actively maintained fork, https://github.com/cberner/fuser, which seem to already have the changes you propose here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants