Skip to content

Commit

Permalink
static linkage of zeromq
Browse files Browse the repository at this point in the history
  • Loading branch information
tekdogan committed Aug 7, 2024
1 parent f8ed9b9 commit fa2a343
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom-triplets/x64-linux-nes.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ endif()
if (PORT STREQUAL oatpp)
set(VCPKG_LIBRARY_LINKAGE static)
endif()

if (PORT STREQUAL zeromq)
set(VCPKG_LIBRARY_LINKAGE static)
endif()

0 comments on commit fa2a343

Please sign in to comment.