Use TOOLCHAIN variable name

This commit is contained in:
Kolya 2024-02-23 09:12:13 +01:00 committed by John Preston
parent 778ab70b72
commit ec427ad45d

View file

@ -855,9 +855,9 @@ win:
SET MSYS2_PATH_TYPE=inherit
if "%X8664%" equ "x64" (
SET "TARGET=x86_64-win64-vs17"
SET "TOOLCHAIN=x86_64-win64-vs17"
) else (
SET "TARGET=x86-win32-vs17"
SET "TOOLCHAIN=x86-win32-vs17"
)
depends:patches/build_libvpx_win.sh