www.fuse-t.org is a more recent fuse extension for OSX
based on NFS.
platform = host_machine.system()
if platform == 'darwin'
error('libfuse does not support OS-X.\n' +
- 'Take a look at http://osxfuse.github.io/ instead')
+ 'Take a look at http://osxfuse.github.io/ or the more recent\n' +
+ 'https://www.fuse-t.org/ instead')
elif platform == 'cygwin' or platform == 'windows'
error('libfuse does not support Windows.\n' +
'Take a look at http://www.secfs.net/winfsp/ instead')