Include includedir in .oc file

FossilOrigin-Name: 86f27a3ae3ccf895cacdc3043559bc27f7cb08feb6bd7f8b96e688dc71ebab73
This commit is contained in:
Jonathan Schleifer 2024-08-17 00:32:22 +00:00
parent 04ce960a67
commit 34c0d626d4
2 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@ configure_file(
input: 'ObjSQLite3.oc.in',
output: 'ObjSQLite3.oc',
configuration: {
'includedir': get_option('prefix') / get_option('includedir'),
'libdir': get_option('prefix') / get_option('libdir'),
'SQLITE3_CPPFLAGS': sqlite3_cflags,
'SQLITE3_LIBS': sqlite3_libs,