aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-11-28 07:45:53 +0000
committerbloodstalker <thabogre@gmail.com>2019-11-28 07:45:53 +0000
commit724b50a536b0a106cf96d87940b30b7129f5a199 (patch)
treee419b45badaf2a97d56d229f612cfb94c6d1b099 /appveyor.yml
parentfix (diff)
downloadcgrep-724b50a536b0a106cf96d87940b30b7129f5a199.tar.gz
cgrep-724b50a536b0a106cf96d87940b30b7129f5a199.zip
fix
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"'