Include includedir in .oc file

FossilOrigin-Name: 3f21e45c114e4d353153898b1942f2333e69d86bf9eb1df823e5c80a654abdca
This commit is contained in:
Jonathan Schleifer 2024-08-17 00:34:03 +00:00
parent 9c1bc610be
commit fb7dfbafcc
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ configure_file(
input: 'ObjMatrix.oc.in',
output: 'ObjMatrix.oc',
configuration: {
'includedir': get_option('prefix') / get_option('includedir'),
'libdir': get_option('prefix') / get_option('libdir'),
},
install: true,