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
No known key found for this signature in database
GPG key ID: DD0C382D5FCFB8FC

View file

@ -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 ------