aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
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 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"'