VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 ------