mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
ITS#8324 More for Win32 NTDLL junk
Use GetProcAddress at runtime, avoid buildtime NTDLL link issues
This commit is contained in:
parent
4f80c50730
commit
b372ec4375
3 changed files with 31 additions and 14 deletions
4
external/db_drivers/liblmdb/CMakeLists.txt
vendored
4
external/db_drivers/liblmdb/CMakeLists.txt
vendored
|
@ -46,10 +46,6 @@ add_library(lmdb
|
|||
target_link_libraries(lmdb
|
||||
PRIVATE
|
||||
${CMAKE_THREAD_LIBS_INIT})
|
||||
if(WIN32)
|
||||
target_link_libraries(lmdb
|
||||
-lntdll)
|
||||
endif()
|
||||
if(${ARCH_WIDTH} EQUAL 32)
|
||||
target_compile_definitions(lmdb
|
||||
PUBLIC -DMDB_VL32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue