Thanks for developing this. Macfuse/sshfs is a big part of my workflow. I recently got a new Apple Silicon laptop and couldn't install sshfs from homebrew. Building from source didn't work either because of the fuse_darwin.h include.
Change
Conditionally #include <fuse.h> if we're compiling for Apple Silicon
Verification
Builds, installs and mounts volumes on MacBook M3 exactly as before 😄
Thanks for developing this. Macfuse/sshfs is a big part of my workflow. I recently got a new Apple Silicon laptop and couldn't install sshfs from homebrew. Building from source didn't work either because of the
fuse_darwin.h
include.Change
#include <fuse.h>
if we're compiling for Apple SiliconVerification