Skip to content

Commit

Permalink
Fixes xcopy path for appveyor CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vincent committed Sep 2, 2018
1 parent 8a155cd commit 1bc068c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ init:

install:
- cinst cmake
- xcopy /I third-party/vcpkg/ports/miniupnpc c:\tools\vcpkg\ports\miniupnpc
- xcopy /I third-party\vcpkg\ports\miniupnpc c:\tools\vcpkg\ports\miniupnpc

before_build:
- vcpkg install libiconv --triplet %PLATFORM%-windows-static
Expand Down

0 comments on commit 1bc068c

Please sign in to comment.