Fix build on some Windows machines using non-Latin locales. Fixes #165
This commit is contained in:
parent
9e44306c04
commit
2a0e5f667b
4
Makefile
4
Makefile
@ -13,6 +13,10 @@ ifneq ($(findstring MSYS,$(PLATFORM)),)
|
||||
PLATFORM := windows32
|
||||
endif
|
||||
|
||||
ifeq ($(PLATFORM),windows32)
|
||||
_ := $(shell chcp 65001)
|
||||
endif
|
||||
|
||||
ifeq ($(PLATFORM),Darwin)
|
||||
DEFAULT := cocoa
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user