Skip to content

Commit

Permalink
Backed out changeset: Added copying ZeroMQ DLLs to post build step.
Browse files Browse the repository at this point in the history
  • Loading branch information
stgatilov committed Aug 25, 2020
1 parent f6cdf25 commit f6e34cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/msvc/post_build_event_x64.cmd
Expand Up @@ -4,8 +4,6 @@ del ..\..\install\python*.zip
copy ..\..\w64deps\openal\bin\OpenAL32.dll ..\..\install /Y
copy ..\..\w64deps\openal\bin\wrap_oal.dll ..\..\install /Y
copy ..\..\w64deps\glew\lib\glew32.dll ..\..\install /Y
copy ..\..\w64deps\zeromq\bin\libzmq*.dll ..\..\install /Y
copy ..\..\w64deps\zeromq\bin\libsodium*.dll ..\..\install /Y
copy ..\..\w64deps\python\bin\python3*.dll ..\..\install /Y
copy ..\..\w64deps\python\bin\python3*.zip ..\..\install /Y

Expand Down

0 comments on commit f6e34cd

Please sign in to comment.