Skip to content

Commit

Permalink
Use TOOLCHAIN variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
agl-1984 authored and john-preston committed Feb 23, 2024
1 parent 778ab70 commit ec427ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Telegram/build/prepare/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -855,9 +855,9 @@ def runStages():
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
Expand Down

0 comments on commit ec427ad

Please sign in to comment.