appveyor: Update winflexbison download URL.

This particular version got moved into a `old_versions` subdirectory.
This commit is contained in:
Jose Fonseca 2016-09-13 17:53:30 +01:00
parent a1e49be713
commit 62affedbed
1 changed files with 1 additions and 1 deletions

View File

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