2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-25 11:19:59 +01:00

Try fix python encoding again

This commit is contained in:
mittorn 2019-04-08 00:48:13 +07:00 committed by Alibek Omarov
parent 3fa4a36983
commit 6403a265de

View File

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