Skip to content

Commit

Permalink
Update vcpkg.json package list (apache#10581)
Browse files Browse the repository at this point in the history
* Restrict dlfcn-win32 to windows env
* Add additional components

Co-authored-by: Ali Ahmed <[email protected]>
  • Loading branch information
aahmed-se and Ali Ahmed authored May 14, 2021
1 parent 90117b2 commit 79757ac
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pulsar-client-cpp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,16 @@
"boost-serialization",
"boost-xpressive",
"curl",
"dlfcn-win32",
"openssl",
"protobuf",
"snappy",
"zlib",
"zstd"
"zstd",
"python3",
"log4cxx",
{
"name": "dlfcn-win32",
"platform": "windows"
}
]
}

0 comments on commit 79757ac

Please sign in to comment.