mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Use TOOLCHAIN variable name
This commit is contained in:
parent
778ab70b72
commit
ec427ad45d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue