diff options
Diffstat (limited to 'appveyor.yml')
-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++"' |