mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58: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)
|
||||
else
|
||||
FUSE_LIBS = $(shell pkg-config fuse --libs)
|
||||
+endif
|
||||
endif
|
||||
|
||||
#------ Executable ------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user