It's libkiwix, not kiwixlib

This commit is contained in:
Emmanuel Engelhart
2022-09-11 16:05:25 +02:00
parent cd56277123
commit 1062bd73a3
8 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,7 @@ preprocessed_resources = custom_target('preprocessed_resource_files',
lib_resources = custom_target('resources',
input: preprocessed_resources,
output: ['kiwixlib-resources.cpp', 'kiwixlib-resources.h'],
output: ['libkiwix-resources.cpp', 'libkiwix-resources.h'],
command:[res_compiler,
'--cxxfile', '@OUTPUT0@',
'--hfile', '@OUTPUT1@',