diff options
author | bloodstalker <thabogre@gmail.com> | 2019-11-28 11:04:40 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-11-28 11:04:40 +0000 |
commit | e8f92abc35e5a3bcaaa08773aa9520b2d2c29818 (patch) | |
tree | 573d7a139fb248dca49ee010e981b900e8103a1e | |
parent | fix (diff) | |
download | cgrep-e8f92abc35e5a3bcaaa08773aa9520b2d2c29818.tar.gz cgrep-e8f92abc35e5a3bcaaa08773aa9520b2d2c29818.zip |
fix
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index c51e064..2f1f3cd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ install: - 'git submodule init' - 'git submodule update' - 'clang++ --version' - - 'llvm-config --cppflags' + #- 'llvm-config --cppflags' - '%CYG_ROOT%\bin\bash -lc "llvm-config --cppflags"' - '%CYG_ROOT%\bin\bash -lc "whereis clang++"' |