mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Use TOOLCHAIN variable name
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user