vcpkg/versions/a-/asiosdk.json
omartijn e126661e3d
The find script for asio sdk failed on multiple inclusion (#26583)
Since it first tries to locate the directory and then unconditionally
adds a subdirectory to it, running this script twice resulted in an
incorrect path (the last node was added multiple times).

We now check whether the script already ran and then abort.

Co-authored-by: Martijn Otto <martijn@resolume.com>
2022-08-31 13:58:30 -07:00

35 lines
789 B
JSON

{
"versions": [
{
"git-tree": "75f1c1ef95024543bf7298ba4389eafe67b9f473",
"version": "2.3.3",
"port-version": 5
},
{
"git-tree": "101bbdad9205db5b4249eae8b47bf8c5f73493a8",
"version": "2.3.3",
"port-version": 4
},
{
"git-tree": "870921549ca1a681fe04ba3a0c17586995c1b567",
"version": "2.3.3",
"port-version": 3
},
{
"git-tree": "0684d33e2d5d248ba33f92751154cb58512e2511",
"version": "2.3.3",
"port-version": 2
},
{
"git-tree": "d2330df0e338b51a2e303ed1d0403545883b7428",
"version-string": "2.3.3-1",
"port-version": 0
},
{
"git-tree": "42ef941b2c44f84dff260c30f892cb626b6ee76c",
"version-string": "2.3.3",
"port-version": 0
}
]
}