mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 21:23:40 +01:00
MacOSX: always use "pkg-config fuse" for linking since recent versions of osxfuse 3.x support this
This commit is contained in:
parent
27ad5c3c8c
commit
0015420c43
@ -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 ------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user