diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 2f1f3cd..e81b5ab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,8 +16,9 @@ install: - 'git submodule update' - 'clang++ --version' #- 'llvm-config --cppflags' - - '%CYG_ROOT%\bin\bash -lc "llvm-config --cppflags"' - '%CYG_ROOT%\bin\bash -lc "whereis clang++"' + - '%CYG_ROOT%\bin\bash -lc "which clang++"' + - '%CYG_ROOT%\bin\bash -lc "llvm-config --cppflags"' build_script: - '%CYG_ROOT%\bin\bash -lc "make -C $APPVEYOR_BUILD_FOLDER"' |