revert waf.bat encoding change

This commit is contained in:
Ivan Avdeev 2021-06-07 00:37:32 -07:00
parent c4d78ee04d
commit 925a3cc216
1 changed files with 1 additions and 1 deletions

View File

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