mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
[shiftmedia-libgpg-error] Fix include path (#36503)
* fix include * update version * fix file copy * update version * fix file copy * update version
This commit is contained in:
parent
5eea8ad5ac
commit
55ac9ea4a9
@ -51,7 +51,7 @@ vcpkg_install_msbuild(
|
||||
)
|
||||
|
||||
get_filename_component(SOURCE_PATH_SUFFIX "${SOURCE_PATH}" NAME)
|
||||
file(RENAME "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/${SOURCE_PATH_SUFFIX}/msvc/include" "${CURRENT_PACKAGES_DIR}/include")
|
||||
file(COPY "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/${SOURCE_PATH_SUFFIX}/msvc/include" DESTINATION "${CURRENT_PACKAGES_DIR}")
|
||||
|
||||
set(exec_prefix "\${prefix}")
|
||||
set(libdir "\${prefix}/lib")
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "shiftmedia-libgpg-error",
|
||||
"version": "1.45",
|
||||
"port-version": 1,
|
||||
"description": "An unofficial libgpg-error with added native Visual Studio project system",
|
||||
"homepage": "https://github.com/ShiftMediaProject/libgpg-error",
|
||||
"license": "LGPL-2.1-only",
|
||||
|
@ -7930,7 +7930,7 @@
|
||||
},
|
||||
"shiftmedia-libgpg-error": {
|
||||
"baseline": "1.45",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"shiva": {
|
||||
"baseline": "1.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "980fe2b368e256297c645b1a326b460d7ffef016",
|
||||
"version": "1.45",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "194526ea5431d93f00f3e48d1ab2d0aad0e86c48",
|
||||
"version": "1.45",
|
||||
|
Loading…
Reference in New Issue
Block a user