File tree Expand file tree Collapse file tree 5 files changed +31
-4
lines changed
Expand file tree Collapse file tree 5 files changed +31
-4
lines changed Original file line number Diff line number Diff line change 11[submodule "vcpkg "]
22 path = vcpkg
3- url = https://github.com/bewaremypower /vcpkg.git
3+ url = https://github.com/microsoft /vcpkg.git
Original file line number Diff line number Diff line change 3434 exit 1
3535fi
3636
37+ # Use a forked version of vcpkg to support building libcurl with IPv6 disabled
38+ rm -rf vcpkg
39+ git clone https://github.com/BewareMyPower/vcpkg.git -b curl-8.4.0-osx-patch
40+ git apply vcpkg-osx-json.diff
41+
3742INSTALL_DIR=$PWD /pkg/mac/.install
3843set -x
3944cmake -B build-osx \
Original file line number Diff line number Diff line change 1+ diff --git a/vcpkg.json b/vcpkg.json
2+ index 5ff4410..e117563 100644
3+ --- a/vcpkg.json
4+ +++ b/vcpkg.json
5+ @@ -2,7 +2,7 @@
6+ "name": "pulsar-cpp",
7+ "version": "3.5.0",
8+ "description": "Pulsar C++ SDK",
9+ - "builtin-baseline": "b051745c68faa6f65c493371d564c4eb8af34dad",
10+ + "builtin-baseline": "b03173a5d0cbd2f7c3c5e85a576e98fba3560835",
11+ "dependencies": [
12+ {
13+ "name": "asio",
14+ @@ -25,7 +25,7 @@
15+ "features": [
16+ "openssl"
17+ ],
18+ - "version>=": "8.4.0"
19+ + "version>=": "8.4.0#1"
20+ },
21+ {
22+ "name": "dlfcn-win32",
Original file line number Diff line number Diff line change 22 "name" : " pulsar-cpp" ,
33 "version" : " 3.5.0" ,
44 "description" : " Pulsar C++ SDK" ,
5- "builtin-baseline" : " b03173a5d0cbd2f7c3c5e85a576e98fba3560835 " ,
5+ "builtin-baseline" : " b051745c68faa6f65c493371d564c4eb8af34dad " ,
66 "dependencies" : [
77 {
88 "name" : " asio" ,
2525 "features" : [
2626 " openssl"
2727 ],
28- "version>=" : " 8.4.0#1 "
28+ "version>=" : " 8.4.0"
2929 },
3030 {
3131 "name" : " dlfcn-win32" ,
You can’t perform that action at this time.
0 commit comments