[lmdb] Remove 'd' suffix from debug libraries (#24347)

* append 'd' only on windows

* removed d suffix

* add version
This commit is contained in:
Benjamin Oldenburg 2022-04-25 16:11:33 -07:00 committed by GitHub
parent da3640e826
commit 6c953be2ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -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()

View File

@ -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,

View File

@ -4258,7 +4258,7 @@
},
"lmdb": {
"baseline": "0.9.29",
"port-version": 0
"port-version": 1
},
"lodepng": {
"baseline": "2021-12-04",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "02d32452e2c5a3284fcdd1f448ab513dbb18a085",
"version": "0.9.29",
"port-version": 1
},
{
"git-tree": "980e2c4a26c75996e3940a9b46032356643e592b",
"version": "0.9.29",