[ableton-link] use right variables (#39769)

This commit is contained in:
autoantwort 2024-07-09 19:21:03 +02:00 committed by GitHub
parent 22fde23bd8
commit 34ff6613a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View File

@ -39,7 +39,7 @@ endif()
set(NEED_ASIOSDK OFF)
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)
set(NEED_ASIOSDK ON)
endif()

View File

@ -1,6 +1,7 @@
{
"name": "ableton-link",
"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.",
"homepage": "https://www.ableton.com/en/link/",
"documentation": "http://ableton.github.io/link/",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8eccb8fd47b4f50d9963694746c4dd53a8c6ac22",
"version": "3.1.1",
"port-version": 1
},
{
"git-tree": "1e486a5e643aafc9810b1e4c2d9c3da1d3e2d156",
"version": "3.1.1",

View File

@ -14,7 +14,7 @@
},
"ableton-link": {
"baseline": "3.1.1",
"port-version": 0
"port-version": 1
},
"abseil": {
"baseline": "20240116.2",