[pcre] no absolute paths (#21664)

This commit is contained in:
autoantwort 2021-11-26 10:19:38 +01:00 committed by GitHub
parent 2617697840
commit d6bd10b9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View File

@ -63,6 +63,8 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/man")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/doc")
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
else()
file(REMOVE "${CURRENT_PACKAGES_DIR}/bin/pcre-config" "${CURRENT_PACKAGES_DIR}/debug/bin/pcre-config")
endif()
vcpkg_copy_pdbs()

View File

@ -1,7 +1,7 @@
{
"name": "pcre",
"version": "8.45",
"port-version": 1,
"port-version": 2,
"description": "Perl Compatible Regular Expressions",
"homepage": "https://www.pcre.org/",
"dependencies": [

View File

@ -5174,7 +5174,7 @@
},
"pcre": {
"baseline": "8.45",
"port-version": 1
"port-version": 2
},
"pcre2": {
"baseline": "10.39",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "693b4da6141be8041f8db0caa1b60ce246b47dcb",
"version": "8.45",
"port-version": 2
},
{
"git-tree": "b1eb815e0c923baec32da26918e951b288adbaa5",
"version": "8.45",