mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Use native versions of diffutils and pkg-config on Windows
This commit is contained in:
parent
4a6ae3b46c
commit
5938e0f821
1 changed files with 7 additions and 1 deletions
|
@ -472,7 +472,13 @@ win:
|
|||
del msys64.exe
|
||||
|
||||
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 msys/make diffutils pkg-config
|
||||
pacman -Syu --noconfirm ^
|
||||
make ^
|
||||
mingw-w64-x86_64-diffutils ^
|
||||
mingw-w64-x86_64-nasm ^
|
||||
mingw-w64-x86_64-perl ^
|
||||
mingw-w64-x86_64-pkgconf ^
|
||||
mingw-w64-x86_64-yasm
|
||||
|
||||
SET PATH=%PATH_BACKUP_%
|
||||
""", 'ThirdParty')
|
||||
|
|
Loading…
Add table
Reference in a new issue