Skip to content

Commit

Permalink
Update appveyor.yml to use libzmq-mt-4-3-3.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
metadings authored Dec 11, 2019
2 parents 626458d + 60b68be commit 6f193f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ init:
install:
- cmd: vcpkg install zeromq:x64-windows
#- cmd: vcpkg integrate install
- cmd: dir c:\Tools\vcpkg\installed\x64-windows\bin\*
- cmd: mkdir C:\projects\clrzmq4\bin\Release\amd64
- cmd: mklink /h C:\projects\clrzmq4\bin\Release\amd64\libzmq.dll c:\Tools\vcpkg\installed\x64-windows\bin\libzmq-mt-4_3_1.dll
- cmd: mklink /h C:\projects\clrzmq4\bin\Release\amd64\libzmq.dll c:\Tools\vcpkg\installed\x64-windows\bin\libzmq-mt-4_3_3.dll
- cmd: echo "If the mklink command above fails to create a link, look into C:\Tools\vcpkg\installed\x64-windows\bin"
- cmd: echo "there may be a new libzmq-mt-4_n_n.dll file, and do change this appveyor.yml accordingly:"
- cmd: dir /s C:\Tools\vcpkg\installed\x64-windows\*zmq*

- cmd: nuget restore clrzmq4.vs.sln

Expand Down

0 comments on commit 6f193f3

Please sign in to comment.