diff options
author | bloodstalker <thabogre@gmail.com> | 2019-11-28 11:13:50 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-11-28 11:13:50 +0000 |
commit | 8ec0088f45b06e8426daaecbe000f31e5c4d599b (patch) | |
tree | 7f38ccc6d3db76aaf30863b2f931aeb31976b1d9 | |
parent | fix (diff) | |
download | cgrep-8ec0088f45b06e8426daaecbe000f31e5c4d599b.tar.gz cgrep-8ec0088f45b06e8426daaecbe000f31e5c4d599b.zip |
fix
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index b57b6a4..f29865a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,7 @@ install: - '%CYG_ROOT%\bin\bash -lc "whereis clang++"' - '%CYG_ROOT%\bin\bash -lc "which clang++"' - '%CYG_ROOT%\bin\bash -lc "cygcheck -f $(which clang++)"' - #- '%CYG_ROOT%\bin\bash -lc "llvm-config --cppflags"' + - '%CYG_ROOT%\bin\bash -lc "/usr/bin/llvm-config --cppflags"' build_script: - '%CYG_ROOT%\bin\bash -lc "make -C $APPVEYOR_BUILD_FOLDER"' |