From 0015420c43b3d601aff7399395192ca8f375bc7b Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 28 Nov 2020 19:39:44 +0100 Subject: MacOSX: always use "pkg-config fuse" for linking since recent versions of osxfuse 3.x support this --- src/Main/Main.make | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Main/Main.make') diff --git a/src/Main/Main.make b/src/Main/Main.make index 19da94f9..0cadff2c 100755 --- a/src/Main/Main.make +++ b/src/Main/Main.make @@ -102,11 +102,7 @@ endif #------ FUSE configuration ------ -ifeq "$(PLATFORM)" "MacOSX" -FUSE_LIBS = $(shell pkg-config $(if $(patsubst 10.%,,$(VC_OSX_TARGET)),fuse,osxfuse) --libs) -else FUSE_LIBS = $(shell pkg-config fuse --libs) -endif #------ Executable ------ -- cgit v1.2.3