You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2021/05/14 07:04:58 UTC

[pulsar] branch master updated: Update vcpkg.json package list (#10581)

This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 79757ac  Update vcpkg.json package list (#10581)
79757ac is described below

commit 79757acb672c614f7d4b32cbe9712b6fdaf4c4bb
Author: Ali Ahmed <al...@gmail.com>
AuthorDate: Fri May 14 00:04:10 2021 -0700

    Update vcpkg.json package list (#10581)
    
    * Restrict dlfcn-win32 to windows env
    * Add additional components
    
    Co-authored-by: Ali Ahmed <al...@splunk.com>
---
 pulsar-client-cpp/vcpkg.json | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/pulsar-client-cpp/vcpkg.json b/pulsar-client-cpp/vcpkg.json
index 3c14d10..fab37aa 100644
--- a/pulsar-client-cpp/vcpkg.json
+++ b/pulsar-client-cpp/vcpkg.json
@@ -16,11 +16,16 @@
     "boost-serialization",
     "boost-xpressive",
     "curl",
-    "dlfcn-win32",
     "openssl",
     "protobuf",
     "snappy",
     "zlib",
-    "zstd"
+    "zstd",
+    "python3",
+    "log4cxx",
+    {
+      "name": "dlfcn-win32",
+      "platform": "windows"
+    }
   ]
 }