From: Bernd Schubert Date: Sat, 10 Feb 2024 13:46:52 +0000 (+0100) Subject: meson: Point OSX (darwin) to https://www.fuse-t.org/ X-Git-Tag: fuse-3.17.1-rc0~148 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6bda4091d4cc67e8f24cd7cb8dc93d076e115e27;p=qemu-gpiodev%2Flibfuse.git meson: Point OSX (darwin) to https://fuse-t.org/ www.fuse-t.org is a more recent fuse extension for OSX based on NFS. --- diff --git a/meson.build b/meson.build index 042c19c..7d62dcf 100644 --- a/meson.build +++ b/meson.build @@ -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')