mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[vcpkg baseline][treehopper] Only build dynamic libraries (#35435)
This commit is contained in:
parent
c2d8d423bb
commit
85f5e134ce
@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "treehopper",
|
||||
"version": "1.11.3",
|
||||
"port-version": 7,
|
||||
"port-version": 8,
|
||||
"description": "Treehopper connects the physical world to your computer, tablet, or smartphone.",
|
||||
"homepage": "https://treehopper.io",
|
||||
"supports": "!staticcrt",
|
||||
"dependencies": [
|
||||
"libusb",
|
||||
{
|
||||
|
@ -1166,11 +1166,7 @@ torch-th:arm64-uwp=fail
|
||||
torch-th:x64-android=fail
|
||||
torch-th:x64-uwp=fail
|
||||
torch-th:x64-windows-static=fail
|
||||
treehopper:arm-neon-android=fail
|
||||
treehopper:arm64-android=fail
|
||||
treehopper:x64-android=fail
|
||||
treehopper:x64-linux=fail
|
||||
treehopper:x64-windows-static=fail
|
||||
turbobase64:arm-neon-android=fail
|
||||
tvision:arm-neon-android=fail
|
||||
tvision:arm64-android=fail
|
||||
|
@ -8594,7 +8594,7 @@
|
||||
},
|
||||
"treehopper": {
|
||||
"baseline": "1.11.3",
|
||||
"port-version": 7
|
||||
"port-version": 8
|
||||
},
|
||||
"triangle": {
|
||||
"baseline": "1.6",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "94c478388c393d8b174b2fd9c4ad0f77805583dc",
|
||||
"version": "1.11.3",
|
||||
"port-version": 8
|
||||
},
|
||||
{
|
||||
"git-tree": "bfc0dea8339d81f05a040cd2ca7831c18c43f765",
|
||||
"version": "1.11.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user