summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-06-04 22:45:29 -0700
committerGuy Harris <gharris@sonic.net>2020-06-04 22:45:29 -0700
commit4f5a115fe0c0aea5e63fcf438571da947acbd304 (patch)
tree67e2eb4b10634d7f4fadc862645922b26bffcd8e
parent8880e74488804b7abc176b0b321f87d4ca29005f (diff)
downloadlibpcap-4f5a115fe0c0aea5e63fcf438571da947acbd304.tar.gz
appveyor: back up a few directory levels.
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index d532c86a..517a848a 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"
- 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