Closed umireon closed 7 years ago
I have something wrong with quoting at 74e0131
So is it ready to merge or do you still need to tweak it some?
@sshock It's ready, the problem is fixed at cc7ae0f and now it builds correctly on my laptop 👍
Got it, thanks.
FUSE for macOS is compatible with Linux's implementation, but it has a non standard library name (-losxfuse) and header path (<osxfuse/fuse.h>) for the historic reason. On macOS, using pkg-config is better to detect osxfuse properly.
pkg-config is used if the platform is macOS and pkg-config exists. Therefore, no backward compatibility breakage should be present.