libexpr: fix install_dir typo
Change-Id: I29f123e29115954d0395c1822128731117fba961
This commit is contained in:
parent
27af6989bb
commit
d1d96cc4c8
|
@ -41,7 +41,7 @@ libexpr_settings_header = custom_target(
|
||||||
input : libexpr_setting_definitions,
|
input : libexpr_setting_definitions,
|
||||||
output : 'libexpr-settings.gen.inc',
|
output : 'libexpr-settings.gen.inc',
|
||||||
install : true,
|
install : true,
|
||||||
install_dir : includedir / 'lib/libexpr',
|
install_dir : includedir / 'lix/libexpr',
|
||||||
)
|
)
|
||||||
|
|
||||||
builtin_definitions = files(
|
builtin_definitions = files(
|
||||||
|
|
Loading…
Reference in a new issue