mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
Use ninja from Windows SDK
This commit is contained in:
parent
2327d661b9
commit
4a6ae3b46c
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ win:
|
||||||
del msys64.exe
|
del msys64.exe
|
||||||
|
|
||||||
bash -c "pacman-key --init; pacman-key --populate; pacman -Syu --noconfirm"
|
bash -c "pacman-key --init; pacman-key --populate; pacman -Syu --noconfirm"
|
||||||
pacman -Syu --noconfirm mingw-w64-x86_64-perl mingw-w64-x86_64-nasm mingw-w64-x86_64-yasm mingw-w64-x86_64-ninja msys/make diffutils pkg-config
|
pacman -Syu --noconfirm mingw-w64-x86_64-perl mingw-w64-x86_64-nasm mingw-w64-x86_64-yasm msys/make diffutils pkg-config
|
||||||
|
|
||||||
SET PATH=%PATH_BACKUP_%
|
SET PATH=%PATH_BACKUP_%
|
||||||
""", 'ThirdParty')
|
""", 'ThirdParty')
|
||||||
|
|
Loading…
Add table
Reference in a new issue