From 6c3cb7c5eaa811686769316fe2ddfa23a5e8796d Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Sun, 11 Feb 2018 18:24:02 +0100 Subject: [PATCH] AppVeyor: Fix MSYS2 build by using --llvm-config --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index afe24fb4..a13f2fc5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,7 +10,7 @@ install: environment: CLICOLOR_FORCE: 1 matrix: -# - MSYSTEM: MINGW64 + - MSYSTEM: MINGW64 - MSYSTEM: MSVC matrix: @@ -34,7 +34,7 @@ build_script: C:\msys64\usr\bin\bash -lc @' pacman -S --needed --noconfirm mingw-w64-x86_64-clang python cd /c/projects/cquery - CXXFLAGS=-Wall /usr/bin/python waf configure build --use-system-clang 2>&1 + CXXFLAGS=-Wall /usr/bin/python waf configure build --llvm-config llvm-config 2>&1 '@ } - set PATH=%PATH%;C:\msys64\%MSYSTEM%\bin