mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
AppVeyor: Fix MSYS2 build by using --llvm-config
This commit is contained in:
parent
aee79b3617
commit
6c3cb7c5ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user