Browse Source

Try fix python encoding again

pull/2/head
mittorn 6 years ago committed by Alibek Omarov
parent
commit
6403a265de
  1. 3
      waf.bat

3
waf.bat

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

Loading…
Cancel
Save