mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 20:03:02 +08:00
[ctp] Update supports expression to exclude static crt (#24884)
This commit is contained in:
parent
840f701d83
commit
1937975555
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "ctp",
|
||||
"version-string": "6.6.1_P1_20210406_se",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "The Comprehensive Transaction Platform (CTP) is a future brokerage management system developed specially for futures companies. CTP API client library allows users to connect to CTP gateway for algorithmic trading.",
|
||||
"homepage": "http://www.sfit.com.cn/index.htm",
|
||||
"supports": "!osx & !uwp & !arm",
|
||||
"supports": "!osx & !uwp & !arm & !(static & staticcrt)",
|
||||
"features": {
|
||||
"datacollect": {
|
||||
"description": "Data collect support of CTP"
|
||||
|
2
versions/baseline.json
Executable file → Normal file
2
versions/baseline.json
Executable file → Normal file
@ -1722,7 +1722,7 @@
|
||||
},
|
||||
"ctp": {
|
||||
"baseline": "6.6.1_P1_20210406_se",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"ctre": {
|
||||
"baseline": "3.6.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "11ff3d437cca5956d99f8690143f12a0ebd5e839",
|
||||
"version-string": "6.6.1_P1_20210406_se",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "7160f9a456cfd057dee1cb0a92f92a4f16876fe8",
|
||||
"version-string": "6.6.1_P1_20210406_se",
|
||||
|
Loading…
Reference in New Issue
Block a user