1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Linux/MacOSX: fix error in Makefile caused by erroneous extra character

This commit is contained in:
Mounir IDRASSI
2016-10-03 22:27:01 +02:00
parent e8626ca74a
commit 7ff3c5d108

View File

@@ -110,7 +110,7 @@ ifeq "$(PLATFORM)" "MacOSX"
FUSE_LIBS = $(shell pkg-config osxfuse --libs) FUSE_LIBS = $(shell pkg-config osxfuse --libs)
else else
FUSE_LIBS = $(shell pkg-config fuse --libs) FUSE_LIBS = $(shell pkg-config fuse --libs)
+endif endif
#------ Executable ------ #------ Executable ------