Skip to content

Commit

Permalink
edit cpp mac again
Browse files Browse the repository at this point in the history
  • Loading branch information
zeuchste committed Nov 22, 2022
1 parent 18561a4 commit f09fce0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions custom-triplets/arm64-osx-nes.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
5 changes: 3 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down Expand Up @@ -31,7 +31,8 @@
"folly",
"jemalloc-nes",
{
"name": "cppkafka"
"name": "cppkafka",
"platform": "osx"
},
{
"name": "libiconv",
Expand Down

0 comments on commit f09fce0

Please sign in to comment.