Use native versions of diffutils and pkg-config on Windows

This commit is contained in:
Ilya Fedin 2025-05-01 19:18:20 +04:00 committed by John Preston
parent 4a6ae3b46c
commit 5938e0f821

View file

@ -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')