[appeyor] find ws2_32.lib

This commit is contained in:
xoviat 2017-11-04 16:34:23 -05:00 committed by GitHub
parent f12152b9ea
commit 09c8fce898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ environment:
DYNAMIC_ARCH: ON
install:
- ps: Get-ChildItem -Path C:\ -Filter ws2_32.lib -Recurse -ErrorAction SilentlyContinue -Force
- if [%COMPILER%]==[clang-cl] call C:\Miniconda36-x64\Scripts\activate.bat
- if [%COMPILER%]==[clang-cl] conda config --add channels conda-forge --force
- if [%COMPILER%]==[clang-cl] conda install --yes clangdev ninja cmake