From: Guy Harris Date: Fri, 5 Jun 2020 05:54:10 +0000 (-0700) Subject: appveyor: OK, try both places. X-Git-Tag: libpcap-1.10-bp~114 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/da07dee3a0729127986887196b4e9c77dfa5f4fb appveyor: OK, try both places. --- diff --git a/.appveyor.yml b/.appveyor.yml index ae982f0a..c74c4b21 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -115,7 +115,8 @@ build_script: - if "%GENERATOR%"=="MinGW Makefiles" set PATH=%PATH:C:\Program Files\Git\usr\bin;=% # Debugging stuff - cmake --version - - dir "C:\Program Files\Microsoft Visual Studio\2019" + - dir "C:\Program Files (x86)\Microsoft Visual Studio" + - dir "C:\Program Files\Microsoft Visual Studio" - cmake %AIRPCAP% -DPacket_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" -DPacket_ROOT=c:\projects\libpcap\Win32\%SDK% -DPacket_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" -DAirPcap_ROOT=c:\projects\libpcap\Win32\Airpcap_Devpack -G"%GENERATOR%" "%ARCHFLAG%" .. - if NOT "%GENERATOR%"=="MinGW Makefiles" msbuild /m /nologo /p:Configuration=Release pcap.sln - if "%GENERATOR%"=="MinGW Makefiles" mingw32-make