From 7d6347f468050309d8b85089c13dd6d008297801 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 29 Sep 2016 15:41:19 +0200 Subject: MacOSX: remove MacFUSE dependency and link against OSXFuse library. Now, only standard OSXFuse install is needed without MacFUSE compatibility option. --- src/Main/Main.make | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Main/Main.make') diff --git a/src/Main/Main.make b/src/Main/Main.make index f4f254e1..8f223517 100644 --- a/src/Main/Main.make +++ b/src/Main/Main.make @@ -106,8 +106,11 @@ endif #------ FUSE configuration ------ +ifeq "$(PLATFORM)" "MacOSX" +FUSE_LIBS = $(shell pkg-config osxfuse --libs) +else FUSE_LIBS = $(shell pkg-config fuse --libs) - ++endif #------ Executable ------ -- cgit v1.2.3