From 3f776c8ef121001c4ff24685475f570448ce5863 Mon Sep 17 00:00:00 2001 From: belliash Date: Sat, 21 Jul 2018 22:14:30 +0200 Subject: [PATCH] This quotation are unnecessary. String does not match because of them. Fix for Windows build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c0d6cb4..f968400 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ LFLAGS = ### Do not modify anything below this line ### ############################################## ifeq ($(OS),Windows_NT) - PLATFORM := "Windows" + PLATFORM := Windows else PLATFORM := $(shell uname -s) endif