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

This commit is contained in:
Rafal Kupiec 2018-07-21 22:14:30 +02:00
parent 3267ddd7ee
commit 3f776c8ef1
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

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