From: Jose Fonseca Date: Tue, 13 Sep 2016 16:53:30 +0000 (+0100) Subject: appveyor: Update winflexbison download URL. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62affedbed851168ad90c1fe5cd9cadc0855abe9;p=mesa.git appveyor: Update winflexbison download URL. This particular version got moved into a `old_versions` subdirectory. --- diff --git a/appveyor.yml b/appveyor.yml index c2efa7e7d04..6e69cbfb5ce 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,7 +55,7 @@ install: - python -m pip install --egg scons==2.4.1 - scons --version # Install flex/bison -- if not exist "%WINFLEXBISON_ARCHIVE%" appveyor DownloadFile "http://downloads.sourceforge.net/project/winflexbison/%WINFLEXBISON_ARCHIVE%" +- if not exist "%WINFLEXBISON_ARCHIVE%" appveyor DownloadFile "https://downloads.sourceforge.net/project/winflexbison/old_versions/%WINFLEXBISON_ARCHIVE%" - 7z x -y -owinflexbison\ "%WINFLEXBISON_ARCHIVE%" > nul - set Path=%CD%\winflexbison;%Path% - win_flex --version