aboutsummaryrefslogtreecommitdiff
path: root/libcxx/appveyor.yml
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-05-10 02:43:02 +0000
committerEric Fiselier <eric@efcs.ca>2017-05-10 02:43:02 +0000
commit52ad6e55d97116296af7cdd5950acf244e06935d (patch)
tree974d7c2563939b6b06dc1851c757519bc5c0fbf0 /libcxx/appveyor.yml
parentd742e5efa8684f35f1a849a62141e5c8cf78f20e (diff)
downloadllvm-52ad6e55d97116296af7cdd5950acf244e06935d.zip
llvm-52ad6e55d97116296af7cdd5950acf244e06935d.tar.gz
llvm-52ad6e55d97116296af7cdd5950acf244e06935d.tar.bz2
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
Diffstat (limited to 'libcxx/appveyor.yml')
-rw-r--r--libcxx/appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/appveyor.yml b/libcxx/appveyor.yml
index 83a1d94..be69a55 100644
--- a/libcxx/appveyor.yml
+++ b/libcxx/appveyor.yml
@@ -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%