Rename Appveyor install helper script.

I'm really lazy and the old name for the helper script
killed 2 letter tab completion for the include directory.
This patch renames it to avoid that problem and enable
lazyness.

llvm-svn: 302619
This commit is contained in:
Eric Fiselier 2017-05-10 02:43:02 +00:00
parent d742e5efa8
commit 52ad6e55d9
2 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ install:
############################################################################
# All external dependencies are installed in C:\projects\deps
############################################################################
- call "%APPVEYOR_BUILD_FOLDER%\\install-appveyor-reqs.cmd"
- call "%APPVEYOR_BUILD_FOLDER%\\appveyor-reqs-install.cmd"
before_build:
- if DEFINED MSVC_SETUP_PATH call "%MSVC_SETUP_PATH%" %MSVC_SETUP_ARG%