From d7d226408ae0cc16fe72e3ffb1c88fd6de0e71a8 Mon Sep 17 00:00:00 2001 From: Sing_chan <51314274+betterpig@users.noreply.github.com> Date: Fri, 12 Nov 2021 16:32:30 +0800 Subject: [PATCH] block showincudes (#37071) --- paddle/scripts/paddle_build.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/paddle/scripts/paddle_build.bat b/paddle/scripts/paddle_build.bat index 34a8f10458..ef92d96dcb 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 -- GitLab