mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:59:07 +08:00
[guile] no absolute paths (#27033)
This commit is contained in:
parent
4bff872bb2
commit
a7eb62640d
@ -18,6 +18,17 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
if (NOT VCPKG_BUILD_TYPE)
|
||||
foreach(file guile-tools guile-config guild)
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/${PORT}/debug/bin/${file}" "${CURRENT_INSTALLED_DIR}/debug/../tools/guile/debug/bin" "`dirname $0`")
|
||||
endforeach()
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/${PORT}/debug/bin/guile-config" "${CURRENT_INSTALLED_DIR}" "`dirname $0`/../../../..")
|
||||
endif()
|
||||
foreach(file guile-tools guile-config guild)
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/${PORT}/bin/${file}" "${CURRENT_INSTALLED_DIR}/tools/guile/bin" "`dirname $0`")
|
||||
endforeach()
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/${PORT}/bin/guile-config" "${CURRENT_INSTALLED_DIR}" "`dirname $0`/../../..")
|
||||
|
||||
file(
|
||||
INSTALL "${GUILE_SOURCES}/COPYING.LESSER"
|
||||
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}"
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "guile",
|
||||
"version": "3.0.8",
|
||||
"port-version": 1,
|
||||
"description": "GNU's programming and extension language",
|
||||
"homepage": "https://www.gnu.org/software/guile/",
|
||||
"documentation": "https://www.gnu.org/software/guile/manual/",
|
||||
|
@ -2802,7 +2802,7 @@
|
||||
},
|
||||
"guile": {
|
||||
"baseline": "3.0.8",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"guilite": {
|
||||
"baseline": "2022-05-05",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ccaa1b9bc0ba4c7397a8f5a05cf99df4c47897d9",
|
||||
"version": "3.0.8",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "1c74041cde8519afb26d9fa588b8d24877d35514",
|
||||
"version": "3.0.8",
|
||||
|
Loading…
Reference in New Issue
Block a user