mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-25 09:41:43 +08:00
bump FUSE_USE_VERSION to 29
This commit is contained in:
parent
073d1b6f6f
commit
064fd5560f
2
Makefile
2
Makefile
|
@ -71,7 +71,7 @@ CFLAGS = -g -Wall \
|
||||||
$(OPTS) \
|
$(OPTS) \
|
||||||
-Wno-unused-result \
|
-Wno-unused-result \
|
||||||
$(FUSE_CFLAGS) \
|
$(FUSE_CFLAGS) \
|
||||||
-DFUSE_USE_VERSION=26 \
|
-DFUSE_USE_VERSION=29 \
|
||||||
-MMD \
|
-MMD \
|
||||||
-DFLAG_NOPATH=$(FLAG_NOPATH) \
|
-DFLAG_NOPATH=$(FLAG_NOPATH) \
|
||||||
-DFALLOCATE=$(FALLOCATE) \
|
-DFALLOCATE=$(FALLOCATE) \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user