diff options
author | bloodstalker <thabogre@gmail.com> | 2019-11-28 07:45:53 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-11-28 07:45:53 +0000 |
commit | 724b50a536b0a106cf96d87940b30b7129f5a199 (patch) | |
tree | e419b45badaf2a97d56d229f612cfb94c6d1b099 | |
parent | fix (diff) | |
download | cgrep-724b50a536b0a106cf96d87940b30b7129f5a199.tar.gz cgrep-724b50a536b0a106cf96d87940b30b7129f5a199.zip |
fix
-rw-r--r-- | appveyor.yml | 3 |
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"' |