1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

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

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