This quotation are unnecessary. String does not match because of them. Fix for Windows build.

This commit is contained in:
2018-07-21 22:14:30 +02:00
parent 3267ddd7ee
commit 3f776c8ef1

View File

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