This quotation are unnecessary. String does not match because of them. Fix for Windows build.
This commit is contained in:
parent
3267ddd7ee
commit
3f776c8ef1
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ LFLAGS =
|
|||||||
### Do not modify anything below this line ###
|
### Do not modify anything below this line ###
|
||||||
##############################################
|
##############################################
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
PLATFORM := "Windows"
|
PLATFORM := Windows
|
||||||
else
|
else
|
||||||
PLATFORM := $(shell uname -s)
|
PLATFORM := $(shell uname -s)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user