mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-01-02 11:59:44 -06:00
MacOSX: remove MacFUSE dependency and link against OSXFuse library. Now, only standard OSXFuse install is needed without MacFUSE compatibility option.
This commit is contained in:
@@ -106,8 +106,11 @@ endif
|
||||
|
||||
#------ FUSE configuration ------
|
||||
|
||||
ifeq "$(PLATFORM)" "MacOSX"
|
||||
FUSE_LIBS = $(shell pkg-config osxfuse --libs)
|
||||
else
|
||||
FUSE_LIBS = $(shell pkg-config fuse --libs)
|
||||
|
||||
+endif
|
||||
|
||||
#------ Executable ------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user