You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
402 B

  1. --- a/meson.build
  2. +++ b/meson.build
  3. @@ -51,7 +51,7 @@ sshfs_deps = [ dependency('fuse3', version: '>= 3.1.0'),
  4. executable('sshfs', sshfs_sources,
  5. include_directories: include_dirs,
  6. dependencies: sshfs_deps,
  7. - c_args: ['-DFUSE_USE_VERSION=31'],
  8. + c_args: ['-DFUSE_USE_VERSION=30'],
  9. install: true,
  10. install_dir: get_option('bindir'))