VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2020-11-28 19:39:44 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2020-11-29 00:51:51 +0100
commit0015420c43b3d601aff7399395192ca8f375bc7b (patch)
tree0184040018b07623815384117372d1b2ef4bfad1 /src
parent27ad5c3c8c1541c2c9b5422f751403b3d57bf163 (diff)
downloadVeraCrypt-0015420c43b3d601aff7399395192ca8f375bc7b.tar.gz
VeraCrypt-0015420c43b3d601aff7399395192ca8f375bc7b.zip
MacOSX: always use "pkg-config fuse" for linking since recent versions of osxfuse 3.x support this
Diffstat (limited to 'src')
-rwxr-xr-xsrc/Main/Main.make4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Main/Main.make b/src/Main/Main.make
index 19da94f9..0cadff2c 100755
--- a/src/Main/Main.make
+++ b/src/Main/Main.make
@@ -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 ------