summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2016-09-13 17:53:30 +0100
committerJose Fonseca <jfonseca@vmware.com>2016-09-13 17:54:51 +0100
commit62affedbed851168ad90c1fe5cd9cadc0855abe9 (patch)
treead95b03f89e0b5300e9687279c36932b478c40f4 /appveyor.yml
parenta1e49be71360a5a6124b5e7911b98d1887911e41 (diff)
downloadexternal_mesa3d-62affedbed851168ad90c1fe5cd9cadc0855abe9.zip
external_mesa3d-62affedbed851168ad90c1fe5cd9cadc0855abe9.tar.gz
external_mesa3d-62affedbed851168ad90c1fe5cd9cadc0855abe9.tar.bz2
appveyor: Update winflexbison download URL.
This particular version got moved into a `old_versions` subdirectory.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c2efa7e..6e69cbf 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