[bdwgc] Installing pkg-config files for debug builds (#26302)

This commit is contained in:
Tim Miller 2022-08-12 18:46:47 -04:00 committed by GitHub
parent 2220e68e2b
commit f54f1c7235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View File

@ -12,8 +12,6 @@ vcpkg_cmake_configure(
-Denable_cplusplus=ON
-Denable_docs=OFF
-DCFLAGS_EXTRA=-I${CURRENT_INSTALLED_DIR}/include # for libatomic_ops
OPTIONS_DEBUG
-Dinstall_headers=OFF
)
vcpkg_cmake_install()
@ -21,6 +19,7 @@ vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/bdwgc)
vcpkg_copy_pdbs()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_fixup_pkgconfig()

View File

@ -1,7 +1,7 @@
{
"name": "bdwgc",
"version": "8.2.0",
"port-version": 3,
"port-version": 4,
"description": "The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (libgc, bdwgc, boehm-gc)",
"homepage": "http://www.hboehm.info/gc/",
"dependencies": [

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8fe23b71dde5d4abc9a755c359a583b8d7ba3035",
"version": "8.2.0",
"port-version": 4
},
{
"git-tree": "1cf3b7a458af2eba78e5af9674e8f6d28b53e254",
"version": "8.2.0",

View File

@ -422,7 +422,7 @@
},
"bdwgc": {
"baseline": "8.2.0",
"port-version": 3
"port-version": 4
},
"beast": {
"baseline": "0",