Enabled utf-8 mode for python while breakpad is building.

This commit is contained in:
23rd 2022-08-17 01:50:01 +03:00 committed by John Preston
parent ef543d040e
commit c20ed7c7a8

View file

@ -1047,6 +1047,7 @@ depends:patches/breakpad.diff
git apply ../patches/breakpad.diff
git clone -b release-1.11.0 https://github.com/google/googletest src/testing
win:
SET "PYTHONUTF8=1"
if "%X8664%" equ "x64" (
SET "FolderPostfix=_x64"
) else (