]> The Tcpdump Group git mirrors - libpcap/commitdiff
.devel belongs in the top-level source directory, not the build directory.
authorGuy Harris <[email protected]>
Tue, 20 Mar 2018 07:53:17 +0000 (00:53 -0700)
committerGuy Harris <[email protected]>
Tue, 20 Mar 2018 07:53:17 +0000 (00:53 -0700)
.appveyor.yml

index 910c796d1dc5b318bce741762b897c04e8dc9e78..aef3ba11c128f2e31a61558a59c8368002fcd1f4 100644 (file)
@@ -17,8 +17,8 @@ install:
   - 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32
 
 build_script:
+  - type NUL >.devel
   - md build
   - cd build
-  - type NUL >.devel
   - cmake -DCMAKE_PREFIX_PATH=c:\projects\libpcap\Win32\WpdPack -G"Visual Studio 12 2013" ..
   - msbuild -nologo -p:Configuration=Release pcap.sln