1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 11:28:26 -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:
Mounir IDRASSI
2016-09-29 15:41:19 +02:00
parent e362d804b0
commit 7d6347f468
4 changed files with 17 additions and 73 deletions

View File

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