-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only use forked vcpkg for macOS build
- Loading branch information
1 parent
8e3eb8d
commit 92bb395
Showing
5 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "vcpkg"] | ||
path = vcpkg | ||
url = https://github.com/bewaremypower/vcpkg.git | ||
url = https://github.com/microsoft/vcpkg.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule vcpkg
updated
1099 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
diff --git a/vcpkg.json b/vcpkg.json | ||
index 5ff4410..e117563 100644 | ||
--- a/vcpkg.json | ||
+++ b/vcpkg.json | ||
@@ -2,7 +2,7 @@ | ||
"name": "pulsar-cpp", | ||
"version": "3.5.0", | ||
"description": "Pulsar C++ SDK", | ||
- "builtin-baseline": "b051745c68faa6f65c493371d564c4eb8af34dad", | ||
+ "builtin-baseline": "b03173a5d0cbd2f7c3c5e85a576e98fba3560835", | ||
"dependencies": [ | ||
{ | ||
"name": "asio", | ||
@@ -25,7 +25,7 @@ | ||
"features": [ | ||
"openssl" | ||
], | ||
- "version>=": "8.4.0" | ||
+ "version>=": "8.4.0#1" | ||
}, | ||
{ | ||
"name": "dlfcn-win32", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters