]> git.proxmox.com Git - mirror_edk2.git/commit
edksetup.bat stuck on unicode locale Windows
authorPark, Aiden </o=Intel/ou=External (FYDIBOHF25SPDLT)/cn=Recipients/cn=2b12e933f461410c9b48ef25d06d4759>
Fri, 20 Dec 2019 18:24:37 +0000 (02:24 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 23 Dec 2019 01:55:21 +0000 (01:55 +0000)
commitcaa917491a4bfb295d2afad86e4c34fd48e1f7b5
tree08b6152b33197e1a5dbebce6271748403dd543eb
parentec8c74e8bcc66a43ff766254e68b0504f68e024f
edksetup.bat stuck on unicode locale Windows

This issue happens under two conditions.
  1. Unicode language environment in Windows
  2. Python2 (Not reproducible with Python3)

Step to reproduce
  C:\edk2>edksetup.bat forcerebuild
The edksetup.bat stuck at 'nmake cleanall'.

Signed-off-by: Aiden Park <aiden.park@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/C/Makefiles/NmakeSubdirs.py