mirror of
https://github.com/torarnv/sparsebundlefs.git
synced 2026-02-26 18:35:50 +01:00
Always use FUSE version 26, not just on Mac OS
This commit is contained in:
2
Makefile
2
Makefile
@@ -2,11 +2,11 @@ TARGET = sparsebundlefs
|
||||
|
||||
PKG_CONFIG = pkg-config
|
||||
CFLAGS = -Wall -O2
|
||||
DEFINES = -DFUSE_USE_VERSION=26
|
||||
|
||||
ifeq ($(shell uname), Darwin)
|
||||
# Pick up OSXFUSE, even with pkg-config from MacPorts
|
||||
PKG_CONFIG := PKG_CONFIG_PATH=/usr/local/lib/pkgconfig $(PKG_CONFIG)
|
||||
DEFINES = -DFUSE_USE_VERSION=26
|
||||
endif
|
||||
|
||||
FUSE_FLAGS := $(shell $(PKG_CONFIG) fuse --cflags --libs)
|
||||
|
||||
Reference in New Issue
Block a user