summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-06-04 22:31:26 -0700
committerGuy Harris <gharris@sonic.net>2020-06-04 22:31:26 -0700
commit2ae667e3b648d47adb755578e1f7ae6e3846f7ff (patch)
tree4ab9293c01d056d80d832e745c8a1c797ceb4bbf
parent6e64cb32d668a9bfc6071ad85b0f58ddb9e07f2a (diff)
downloadlibpcap-2ae667e3b648d47adb755578e1f7ae6e3846f7ff.tar.gz
appveyor: OK, go up one level when looking for msbuild.
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 9d1be8ce..1e25b14c 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -115,7 +115,7 @@ 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/2019/Community/MSBuild/Current/Bin"
+ - dir "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current"
- 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