Skip to content

Commit

Permalink
Fix link to apr-1.6.3-win32-src.zip in appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbo-ads authored and tbonfort committed Jan 18, 2019
1 parent 1deb5ec commit b7c21b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -37,7 +37,7 @@ build_script:
- set SDK_BIN=%CD%\sdk\%SDK%\bin
- set REGEX_DIR=%CD%\sdk\regex-0.12

- if not exist apr-1.6.3-win32-src.zip appveyor DownloadFile http://apache.mindstudios.com/apr/apr-1.6.3-win32-src.zip
- if not exist apr-1.6.3-win32-src.zip appveyor DownloadFile https://archive.apache.org/dist/apr/apr-1.6.3-win32-src.zip
- 7z x apr-1.6.3-win32-src.zip
- mkdir build-cmake
- cd build-cmake
Expand Down

0 comments on commit b7c21b5

Please sign in to comment.