From aa0945471ccf21a0a4bad428e40403b92e1676de Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 28 Aug 2019 23:45:15 +0530 Subject: azure: Download pkg-config.exe from meson cidata --- ci/azure-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml index d2e984f15..238b9de01 100644 --- a/ci/azure-steps.yml +++ b/ci/azure-steps.yml @@ -28,7 +28,7 @@ steps: } DownloadFile -Source 'https://github.com/mesonbuild/cidata/raw/master/ninja.exe' -Destination $(System.WorkFolder)\ninja.exe - DownloadFile -Source 'http://nirbheek.in/files/binaries/pkg-config/win32/pkg-config.exe' -Destination $(System.WorkFolder)\pkg-config.exe + DownloadFile -Source 'https://github.com/mesonbuild/cidata/raw/master/win32/pkg-config.exe' -Destination $(System.WorkFolder)\pkg-config.exe DownloadFile -Source 'https://download.microsoft.com/download/D/B/B/DBB64BA1-7B51-43DB-8BF1-D1FB45EACF7A/msmpisdk.msi' -Destination msmpisdk.msi DownloadFile -Source 'https://download.microsoft.com/download/D/B/B/DBB64BA1-7B51-43DB-8BF1-D1FB45EACF7A/MSMpiSetup.exe' -Destination MSMpiSetup.exe if ($env:compiler -ne 'msvc2015') { -- cgit v1.2.3