mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
[ableton-link] use right variables (#39769)
This commit is contained in:
parent
22fde23bd8
commit
34ff6613a7
@ -39,7 +39,7 @@ endif()
|
|||||||
|
|
||||||
set(NEED_ASIOSDK OFF)
|
set(NEED_ASIOSDK OFF)
|
||||||
if ("hut" IN_LIST FEATURES)
|
if ("hut" IN_LIST FEATURES)
|
||||||
if(WIN32)
|
if(VCPKG_TARGET_IS_WINDOWS)
|
||||||
# Need Steinberg ASIO audio driver SDK (only this low-latency audio driver makes the developer tool 'hut' useful on Windows)
|
# Need Steinberg ASIO audio driver SDK (only this low-latency audio driver makes the developer tool 'hut' useful on Windows)
|
||||||
set(NEED_ASIOSDK ON)
|
set(NEED_ASIOSDK ON)
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ableton-link",
|
"name": "ableton-link",
|
||||||
"version": "3.1.1",
|
"version": "3.1.1",
|
||||||
|
"port-version": 1,
|
||||||
"description": "Ableton Link, a technology that synchronizes musical beat, tempo, and phase across multiple applications running on one or more devices.",
|
"description": "Ableton Link, a technology that synchronizes musical beat, tempo, and phase across multiple applications running on one or more devices.",
|
||||||
"homepage": "https://www.ableton.com/en/link/",
|
"homepage": "https://www.ableton.com/en/link/",
|
||||||
"documentation": "http://ableton.github.io/link/",
|
"documentation": "http://ableton.github.io/link/",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "8eccb8fd47b4f50d9963694746c4dd53a8c6ac22",
|
||||||
|
"version": "3.1.1",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "1e486a5e643aafc9810b1e4c2d9c3da1d3e2d156",
|
"git-tree": "1e486a5e643aafc9810b1e4c2d9c3da1d3e2d156",
|
||||||
"version": "3.1.1",
|
"version": "3.1.1",
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
"ableton-link": {
|
"ableton-link": {
|
||||||
"baseline": "3.1.1",
|
"baseline": "3.1.1",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"abseil": {
|
"abseil": {
|
||||||
"baseline": "20240116.2",
|
"baseline": "20240116.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user