mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 21:23:40 +01:00
Linux/MacOSX: fix error in Makefile caused by erroneous extra character
This commit is contained in:
parent
e8626ca74a
commit
7ff3c5d108
@ -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 ------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user