mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:01:48 +08:00
[cocoyaxi] no absolute paths (#28822)
This commit is contained in:
parent
5bb5f3923a
commit
43f56137be
@ -32,4 +32,6 @@ file(REMOVE_RECURSE
|
||||
"${CURRENT_PACKAGES_DIR}/debug/share"
|
||||
)
|
||||
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "cocoyaxi",
|
||||
"version": "3.0.0",
|
||||
"port-version": 1,
|
||||
"description": "A go-style coroutine library in C++11 and more",
|
||||
"homepage": "https://github.com/idealvin/cocoyaxi",
|
||||
"license": "MIT",
|
||||
|
@ -1542,7 +1542,7 @@
|
||||
},
|
||||
"cocoyaxi": {
|
||||
"baseline": "3.0.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"coin": {
|
||||
"baseline": "4.0.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a21ea9fa7b024f5a3dcc77d9e8ffe49da2da7fbe",
|
||||
"version": "3.0.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "dea448b91eb2baede3ffd0afe1b847eaf73ef83e",
|
||||
"version": "3.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user