mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:59:06 +08:00
[mygui] no absolute paths (#22355)
This commit is contained in:
parent
e902600fb9
commit
e15bfe6867
@ -39,5 +39,7 @@ file(REMOVE_RECURSE
|
||||
"${CURRENT_PACKAGES_DIR}/debug/share"
|
||||
)
|
||||
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
# Handle copyright
|
||||
file(INSTALL "${SOURCE_PATH}/COPYING.MIT" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "mygui",
|
||||
"version": "3.4.1",
|
||||
"port-version": 1,
|
||||
"description": "Fast, flexible and simple GUI",
|
||||
"homepage": "http://mygui.info",
|
||||
"dependencies": [
|
||||
|
@ -4618,7 +4618,7 @@
|
||||
},
|
||||
"mygui": {
|
||||
"baseline": "3.4.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"nameof": {
|
||||
"baseline": "0.10.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d06b2f348d834355086a927f9aabdd47d271819b",
|
||||
"version": "3.4.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "6e9074e901ba523a48254a18b5d8e7f3807619be",
|
||||
"version": "3.4.1",
|
||||
|
Loading…
Reference in New Issue
Block a user