MacOSX: always use "pkg-config fuse" for linking since recent versions of osxfuse 3.x support this

This commit is contained in:
Mounir IDRASSI 2020-11-28 19:39:44 +01:00
parent 27ad5c3c8c
commit 0015420c43
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 0 additions and 4 deletions

View File

@ -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 ------