diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
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') |