mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08: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:
@@ -102,11 +102,7 @@ endif
|
|||||||
|
|
||||||
#------ FUSE configuration ------
|
#------ 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)
|
FUSE_LIBS = $(shell pkg-config fuse --libs)
|
||||||
endif
|
|
||||||
|
|
||||||
#------ Executable ------
|
#------ Executable ------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user