diff --git a/custom-triplets/arm64-osx-nes.cmake b/custom-triplets/arm64-osx-nes.cmake index 7831833..52f0160 100644 --- a/custom-triplets/arm64-osx-nes.cmake +++ b/custom-triplets/arm64-osx-nes.cmake @@ -28,4 +28,8 @@ endif() if (PORT STREQUAL oatpp) set(VCPKG_LIBRARY_LINKAGE static) +endif() + +if (PORT STREQUAL cppkafka) + set(VCPKG_LIBRARY_LINKAGE dynamic) endif() \ No newline at end of file diff --git a/vcpkg.json b/vcpkg.json index 65cc1f4..5c673ce 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "nebulastream-dependencies", - "version-string": "v22", + "version-string": "v25", "homepage": "https://nebula.stream", "description": "Data Management for the Internet of Things.", "supports": "x64 & (linux | osx)", @@ -31,7 +31,8 @@ "folly", "jemalloc-nes", { - "name": "cppkafka" + "name": "cppkafka", + "platform": "osx" }, { "name": "libiconv",