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
부모 3267ddd7ee
커밋 3f776c8ef1

파일 보기

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