waf.bat: use unicode charset

Fixes compiler messages in Russian
This commit is contained in:
Alibek Omarov 2022-08-09 13:47:38 +03:00 committed by GitHub
parent 7157c3b441
commit 365f24e1fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@echo off
rem try fix py2 build
chcp 1252
chcp 65001
set PYTHONIOENCODING=UTF-8
rem from issue #964