mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:28:59 +08:00
[bdwgc] Installing pkg-config files for debug builds (#26302)
This commit is contained in:
parent
2220e68e2b
commit
f54f1c7235
@ -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()
|
||||
|
||||
|
@ -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": [
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8fe23b71dde5d4abc9a755c359a583b8d7ba3035",
|
||||
"version": "8.2.0",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "1cf3b7a458af2eba78e5af9674e8f6d28b53e254",
|
||||
"version": "8.2.0",
|
||||
|
@ -422,7 +422,7 @@
|
||||
},
|
||||
"bdwgc": {
|
||||
"baseline": "8.2.0",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"beast": {
|
||||
"baseline": "0",
|
||||
|
Loading…
Reference in New Issue
Block a user