Skip to content

Commit

Permalink
[libdatachannel] Fix LibJuice's find method (#36338)
Browse files Browse the repository at this point in the history
* Find vcpkg library

* update version

* Delete FindLibJuice under source

* update verison
  • Loading branch information
jimwang118 authored Jan 24, 2024
1 parent 8ea2dff commit 64e52bf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/libdatachannel/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vcpkg_from_github(
${PATCHES}
fix_dependency.patch
)

file(REMOVE "${SOURCE_PATH}/cmake/Modules/FindLibJuice.cmake")
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" DATACHANNEL_STATIC_LINKAGE)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion ports/libdatachannel/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libdatachannel",
"version-semver": "0.19.5",
"port-version": 1,
"port-version": 2,
"description": "libdatachannel is a standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings for POSIX platforms (including GNU/Linux, Android, and Apple macOS) and Microsoft Windows.",
"homepage": "https://github.com/paullouisageneau/libdatachannel",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4210,7 +4210,7 @@
},
"libdatachannel": {
"baseline": "0.19.5",
"port-version": 1
"port-version": 2
},
"libdatrie": {
"baseline": "0.2.13",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libdatachannel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "73a4d8cba18306b14a98b1fb70d35bfa588ce386",
"version-semver": "0.19.5",
"port-version": 2
},
{
"git-tree": "2b2d69b30260c468757b11bea046e2dabcba0516",
"version-semver": "0.19.5",
Expand Down

0 comments on commit 64e52bf

Please sign in to comment.