From abd3ccd6f496a4a60cd2c7f64dea4f70a6a299c6 Mon Sep 17 00:00:00 2001 From: eine Date: Fri, 20 Nov 2020 01:43:31 +0100 Subject: ci/appveyor/build: llvm-config --link-static --- dist/windows/appveyor/build.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dist/windows') diff --git a/dist/windows/appveyor/build.ps1 b/dist/windows/appveyor/build.ps1 index c086ec0ea..359fb4da7 100644 --- a/dist/windows/appveyor/build.ps1 +++ b/dist/windows/appveyor/build.ps1 @@ -81,10 +81,9 @@ if ($env:BUILD_BACKEND -eq "mcode") elseif ($env:BUILD_BACKEND -eq "llvm") { Write-Host "Configuring GHDL for $($env:BUILD_MINGW), LLVM..." -Foreground Yellow - c:\msys64\usr\bin\bash.exe -c "../../configure --prefix=$GHDL_PREFIX_DIR --with-llvm-config LDFLAGS=-static CXX=g++" 2>&1 | Restore-NativeCommandStream | %{ "$_" } + c:\msys64\usr\bin\bash.exe -c "../../configure --prefix=$GHDL_PREFIX_DIR --with-llvm-config='llvm-config --link-static' LDFLAGS='-static' --enable-libghdl --enable-synth CXX=clang++" 2>&1 | Restore-NativeCommandStream | %{ "$_" } } - Write-Host "Building GHDL and libraries..." -Foreground Yellow c:\msys64\usr\bin\make.exe 2>&1 | Restore-NativeCommandStream | %{ "$_" } $Err = $LastExitCode -- cgit v1.2.3