meson: Point OSX (darwin) to https://www.fuse-t.org/
authorBernd Schubert <bernd.schubert@fastmail.fm>
Sat, 10 Feb 2024 13:46:52 +0000 (14:46 +0100)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Mon, 26 Feb 2024 21:11:19 +0000 (22:11 +0100)
www.fuse-t.org is a more recent fuse extension for OSX
based on NFS.

meson.build

index 042c19c221313f72c437d025542ca6b116cb4300..7d62dcf2bc39fd8e03b7b95010c487f0c101b69f 100644 (file)
@@ -10,7 +10,8 @@ project('libfuse3', ['c'], version: '3.16.2',
 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')