Skip to content
Snippets Groups Projects
Commit 01ed56d0 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Link ntdll needed for lmdb on windows

parent 9ebb7c34
No related branches found
No related tags found
No related merge requests found
......@@ -533,6 +533,9 @@ target_link_libraries(nheko PRIVATE
if(USE_BUNDLED_LMDB)
target_link_libraries(nheko PRIVATE liblmdb::lmdb)
if(MSVC)
target_link_libraries(nheko PRIVATE ntdll)
endif()
else()
target_link_libraries(nheko PRIVATE PkgConfig::lmdb)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment