mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:15:11 +08:00
[lmdb] Remove 'd' suffix from debug libraries (#24347)
* append 'd' only on windows * removed d suffix * add version
This commit is contained in:
parent
da3640e826
commit
6c953be2ac
@ -27,7 +27,7 @@ endif()
|
||||
|
||||
set(SRCS lmdb mdb.c lmdb.h midl.c midl.h )
|
||||
add_library(lmdb ${SRCS})
|
||||
set_target_properties(lmdb PROPERTIES DEBUG_POSTFIX d)
|
||||
|
||||
if (WIN32)
|
||||
target_link_libraries(lmdb PRIVATE ntdll.lib)
|
||||
endif()
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "lmdb",
|
||||
"version": "0.9.29",
|
||||
"port-version": 1,
|
||||
"description": "LMDB is an extraordinarily fast, memory-efficient database",
|
||||
"homepage": "https://github.com/LMDB/lmdb",
|
||||
"license": null,
|
||||
|
@ -4258,7 +4258,7 @@
|
||||
},
|
||||
"lmdb": {
|
||||
"baseline": "0.9.29",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"lodepng": {
|
||||
"baseline": "2021-12-04",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "02d32452e2c5a3284fcdd1f448ab513dbb18a085",
|
||||
"version": "0.9.29",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "980e2c4a26c75996e3940a9b46032356643e592b",
|
||||
"version": "0.9.29",
|
||||
|
Loading…
Reference in New Issue
Block a user