From 7ff3c5d1080482c55a5c5f4720d22d212a8d7373 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 3 Oct 2016 22:27:01 +0200 Subject: Linux/MacOSX: fix error in Makefile caused by erroneous extra character --- src/Main/Main.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------ -- cgit v1.2.3