mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
[pcre] no absolute paths (#21664)
This commit is contained in:
parent
2617697840
commit
d6bd10b9af
@ -63,6 +63,8 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/man")
|
|||||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/doc")
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/doc")
|
||||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
|
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()
|
endif()
|
||||||
|
|
||||||
vcpkg_copy_pdbs()
|
vcpkg_copy_pdbs()
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "pcre",
|
"name": "pcre",
|
||||||
"version": "8.45",
|
"version": "8.45",
|
||||||
"port-version": 1,
|
"port-version": 2,
|
||||||
"description": "Perl Compatible Regular Expressions",
|
"description": "Perl Compatible Regular Expressions",
|
||||||
"homepage": "https://www.pcre.org/",
|
"homepage": "https://www.pcre.org/",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -5174,7 +5174,7 @@
|
|||||||
},
|
},
|
||||||
"pcre": {
|
"pcre": {
|
||||||
"baseline": "8.45",
|
"baseline": "8.45",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"pcre2": {
|
"pcre2": {
|
||||||
"baseline": "10.39",
|
"baseline": "10.39",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "693b4da6141be8041f8db0caa1b60ce246b47dcb",
|
||||||
|
"version": "8.45",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "b1eb815e0c923baec32da26918e951b288adbaa5",
|
"git-tree": "b1eb815e0c923baec32da26918e951b288adbaa5",
|
||||||
"version": "8.45",
|
"version": "8.45",
|
||||||
|
Loading…
Reference in New Issue
Block a user