Skip to content

Commit

Permalink
use static mqtt lib
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGrulich committed Jan 16, 2022
1 parent 4884c7b commit 802a9ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom-triplets/arm64-osx-nes.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ set(VCPKG_OSX_ARCHITECTURES arm64)


if (PORT STREQUAL paho-mqtt)
set(VCPKG_LIBRARY_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)
endif()

if (PORT STREQUAL eclipse-paho-mqtt-c)
set(VCPKG_LIBRARY_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)
endif()

if (PORT STREQUAL paho-mqttpp3)
set(VCPKG_LIBRARY_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)
endif()

if (PORT STREQUAL llvm)
Expand Down

0 comments on commit 802a9ed

Please sign in to comment.