Browse Source

waf.bat: use unicode charset

Fixes compiler messages in Russian
pull/2/head
Alibek Omarov 2 years ago committed by GitHub
parent
commit
365f24e1fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      waf.bat

2
waf.bat

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

Loading…
Cancel
Save