diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-10-03 22:27:01 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-10-17 18:40:23 +0200 |
commit | 7ff3c5d1080482c55a5c5f4720d22d212a8d7373 (patch) | |
tree | 7e0126c02069071e1837b80a3b711088ce67afd6 | |
parent | e8626ca74aae861443db30a5a3117e8e433f1c4a (diff) | |
download | VeraCrypt-7ff3c5d1080482c55a5c5f4720d22d212a8d7373.tar.gz VeraCrypt-7ff3c5d1080482c55a5c5f4720d22d212a8d7373.zip |
Linux/MacOSX: fix error in Makefile caused by erroneous extra character
-rw-r--r-- | src/Main/Main.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/Main.make b/src/Main/Main.make index 8f223517..92865ef3 100644 --- a/src/Main/Main.make +++ b/src/Main/Main.make @@ -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 ------ |