diff options
author | Guy Harris <gharris@sonic.net> | 2020-06-04 22:58:13 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2020-06-04 22:58:13 -0700 |
commit | d62d51ea7fe5fd9e642a56c92a7755863d4eb050 (patch) | |
tree | c270f5c12caeb62c23d59a53fe3245f297183a51 /.appveyor.yml | |
parent | da07dee3a0729127986887196b4e9c77dfa5f4fb (diff) |
appveyor: try the top-level directories.
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index c74c4b21..378712eb 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -115,8 +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 (x86)\Microsoft Visual Studio" - - dir "C:\Program Files\Microsoft Visual Studio" + - dir "C:\Program Files (x86)" + - dir "C:\Program Files" - 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 |