mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
Fix lmdb include path for wrap
This commit is contained in:
parent
90664e5917
commit
9aae585ec6
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ if cc.get_id() == 'msvc'
|
||||||
lmdb_name_suffix = 'lib'
|
lmdb_name_suffix = 'lib'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
lmdb_inc = include_directories('.')
|
lmdb_inc = include_directories('.', 'libraries/liblmdb')
|
||||||
lmdb = library(
|
lmdb = library(
|
||||||
'lmdb',
|
'lmdb',
|
||||||
[ lmdb_public_headers, lmdb_headers, lmdb_sources ],
|
[ lmdb_public_headers, lmdb_headers, lmdb_sources ],
|
||||||
|
|
Loading…
Reference in a new issue