Skip to content

Commit

Permalink
[build] Removes miniupnpc vcpkg port as it is available upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vincent committed Dec 20, 2018
1 parent 30b6f8c commit 3130272
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 50 deletions.
1 change: 0 additions & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat
vcpkg integrate install
xcopy /I ..\freelan\third-party\vcpkg\ports\miniupnpc .\ports\miniupnpc
vcpkg install boost miniupnpc libiconv openssl curl --triplet x64-windows-static
vcpkg install boost miniupnpc libiconv openssl curl --triplet x86-windows-static
```
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ init:

install:
- cinst cmake
- xcopy /I third-party\vcpkg\ports\miniupnpc c:\tools\vcpkg\ports\miniupnpc
# Install python wheels, necessary to install SCons via pip
- python -m pip install wheel
# Install SCons
Expand Down
3 changes: 0 additions & 3 deletions third-party/vcpkg/ports/miniupnpc/CONTROL

This file was deleted.

45 changes: 0 additions & 45 deletions third-party/vcpkg/ports/miniupnpc/portfile.cmake

This file was deleted.

0 comments on commit 3130272

Please sign in to comment.