aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-11-28 11:04:40 +0000
committerbloodstalker <thabogre@gmail.com>2019-11-28 11:04:40 +0000
commite8f92abc35e5a3bcaaa08773aa9520b2d2c29818 (patch)
tree573d7a139fb248dca49ee010e981b900e8103a1e /appveyor.yml
parentfix (diff)
downloadcgrep-e8f92abc35e5a3bcaaa08773aa9520b2d2c29818.tar.gz
cgrep-e8f92abc35e5a3bcaaa08773aa9520b2d2c29818.zip
fix
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
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++"'