diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-29 16:21:21 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-29 16:22:13 +0000 |
| commit | 6a91c191b509a3b4c657b109e48e287e3b59894c (patch) | |
| tree | 61632ce3bfa62ad296e46c7ab4fb5d91a8aad2ef | |
| parent | Fix unneeded headers from previous commit removing fix for 1219324 not needed... (diff) | |
| download | inkscape-6a91c191b509a3b4c657b109e48e287e3b59894c.tar.gz inkscape-6a91c191b509a3b4c657b109e48e287e3b59894c.zip | |
CI/AppVeyor: Escape from DLL hell
Turns out AppVeyor build servers have incompatible versions of the
OpenSLL libraries in C:\Windows\system32
| -rw-r--r-- | .appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index a2a8ad773..e6599e654 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,6 +12,7 @@ install: git submodule update --init --recursive build_script: + - del C:\Windows\system32\libssl-*.dll C:\Windows\system32\libcrypto-*.dll - C:\msys64\usr\bin\pacman -Syuu %PACMAN_OPTIONS% - C:\msys64\usr\bin\bash --login -c "$(cygpath ${APPVEYOR_BUILD_FOLDER})/buildtools/appveyor.sh" |
