mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[libsrt] Produce correct library kind (#26471)
* [libsrt] respect VCPKG_LIBRARY_LINKAGE * ./vcpkg x-add-version --all
This commit is contained in:
parent
02fcf92f48
commit
5bb60c0580
@ -20,8 +20,8 @@ vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS ${FEATURE_OPTIONS}
|
||||
-DENABLE_CXX11=ON
|
||||
-DENABLE_SHARED=${KEYSTONE_BUILD_STATIC}
|
||||
-DENABLE_STATIC=${KEYSTONE_BUILD_SHARED}
|
||||
-DENABLE_STATIC=${KEYSTONE_BUILD_STATIC}
|
||||
-DENABLE_SHARED=${KEYSTONE_BUILD_SHARED}
|
||||
-DENABLE_UNITTESTS=OFF
|
||||
-DUSE_OPENSSL_PC=OFF
|
||||
)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "libsrt",
|
||||
"version": "1.5.0",
|
||||
"port-version": 1,
|
||||
"description": "Secure Reliable Transport (SRT) is an open source transport technology that optimizes streaming performance across unpredictable networks, such as the Internet.",
|
||||
"homepage": "https://github.com/Haivision/srt",
|
||||
"license": "MPL-2.0",
|
||||
|
@ -4122,7 +4122,7 @@
|
||||
},
|
||||
"libsrt": {
|
||||
"baseline": "1.5.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libsrtp": {
|
||||
"baseline": "2.4.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "67081a32f9ebb0639c8cdf50daf0da4db33dfd37",
|
||||
"version": "1.5.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "eb7fad3230d33ce43f4e008d3ec92cb286fe01e5",
|
||||
"version": "1.5.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user