c00b5bf6a2
Stop using bin/mount.fuse from fuse3 for fuse2 (mount.fuse from fuse3 isn't guaranteed to remain backwards compatible).
9 lines
306 B
Diff
9 lines
306 B
Diff
--- a/meson.build 2018-04-01 01:05:19.612723597 +0200
|
|
+++ b/meson.build 2018-04-01 01:40:58.171109615 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-project('libfuse3', 'c', version: '3.2.1',
|
|
+project('libfuse3', 'c', version: '3.2.2',
|
|
meson_version: '>= 0.38',
|
|
default_options: [ 'buildtype=debugoptimized' ])
|
|
|