aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4aa8b8f..7f89efa 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,7 +15,8 @@ install:
- 'git submodule init'
- 'git submodule update'
- 'clang++ --version'
- - 'llvm--config --cppflags'
+ - 'llvm-config --cppflags'
+ - '%CYG_ROOT%\bin\bash -lc "llvm-config --cppflags"'
build_script:
- '%CYG_ROOT%\bin\bash -lc "make -C $APPVEYOR_BUILD_FOLDER"'