We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c30a12 commit a2ae1e6Copy full SHA for a2ae1e6
tensorflow-base-cpu/bld.bat
@@ -25,5 +25,7 @@ FOR /F "delims=" %%i IN ('cygpath.exe -u "%SYSTEMDRIVE%\t"') DO set "TMPDIR=%%i"
25
set MSYSTEM=MINGW%ARCH%
26
set MSYS2_PATH_TYPE=inherit
27
set CHERE_INVOKING=1
28
+set "BAZEL_VC=%VSINSTALLDIR%VC"
29
+set "BAZEL_VS=%VSINSTALLDIR%"
30
bash -lc "%RECIPE_DIR%"/build_win.sh
31
if errorlevel 1 exit 1
tensorflow-base-gpu/bld.bat
0 commit comments