waf.bat: use unicode charset
Fixes compiler messages in Russian
This commit is contained in:
parent
7157c3b441
commit
365f24e1fe
1 changed files with 1 additions and 1 deletions
2
waf.bat
2
waf.bat
|
@ -1,7 +1,7 @@
|
|||
@echo off
|
||||
|
||||
rem try fix py2 build
|
||||
chcp 1252
|
||||
chcp 65001
|
||||
set PYTHONIOENCODING=UTF-8
|
||||
rem from issue #964
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue