]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Do not call sys.setdefaultencoding with python 3
authorVitaly Cheptsov via Groups.Io <vit9696=protonmail.com@groups.io>
Sun, 20 Oct 2019 10:26:18 +0000 (18:26 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Wed, 23 Oct 2019 06:25:23 +0000 (14:25 +0800)
commit5c7006c9de4029afc508e2c43d78de12a0d19cfe
tree0dd836c62743a39c7205e5e6f43604b589c3f9d4
parent53b1dd1036df3839d46bb150f7a8b2037390093a
BaseTools: Do not call sys.setdefaultencoding with python 3

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2301

This interface was a originally a no-op in python 3, and now
is fully removed causing a build warning on macOS (Darwin).

Signed-off-by: Vitaly Cheptsov <vit9696@protonmail.com>>
Acked-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/sitecustomize.py