mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[vlpp] tools on osx (#33816)
This commit is contained in:
parent
b5c59f51ce
commit
25c41db771
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "vlpp",
|
||||
"version": "1.1.0.0",
|
||||
"port-version": 1,
|
||||
"maintainers": "vczh",
|
||||
"description": "Common C++ construction, including string operation / generic container / linq / General-LR parser generator / multithreading / reflection for C++ / etc",
|
||||
"homepage": "https://github.com/vczh-libraries/Release",
|
||||
@ -68,7 +69,8 @@
|
||||
"description": "Enable Reflection"
|
||||
},
|
||||
"tools": {
|
||||
"description": "Build tools"
|
||||
"description": "Build tools",
|
||||
"supports": "!osx"
|
||||
},
|
||||
"workflowcompiler": {
|
||||
"description": "Enable VlppWorkflow Compiler",
|
||||
|
@ -8670,7 +8670,7 @@
|
||||
},
|
||||
"vlpp": {
|
||||
"baseline": "1.1.0.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"volk": {
|
||||
"baseline": "1.3.250",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "654b1fb66c8a083d723a6a655acf5eb706fe97f2",
|
||||
"version": "1.1.0.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "8df8b965877d7d55e02b0563e1874d6c4fbbd9f2",
|
||||
"version": "1.1.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user