diff --git a/paddle/scripts/paddle_build.bat b/paddle/scripts/paddle_build.bat index 34a8f10458d7b39cf98747ba59e85d27cd6083e8..ef92d96dcbb922a59dd999eae9163b03539b8f56 100644 --- a/paddle/scripts/paddle_build.bat +++ b/paddle/scripts/paddle_build.bat @@ -317,6 +317,8 @@ echo ======================================== echo Step 1. Cmake ... echo ======================================== +rem set vs language to english to block showIncludes, this need vs has installed English language package. +set VSLANG=1033 rem Configure the environment for 64-bit builds. 'DISTUTILS_USE_SDK' indicates that the user has selected the compiler. call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" set DISTUTILS_USE_SDK=1