From f09fce0f0c3cf9de51c15f87326c588536fdd118 Mon Sep 17 00:00:00 2001 From: zeuchste Date: Tue, 22 Nov 2022 22:44:22 +0200 Subject: [PATCH] edit cpp mac again --- custom-triplets/arm64-osx-nes.cmake | 4 ++++ vcpkg.json | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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",