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:
@@ -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 ------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user