mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Include subdirectory in the libzim release archive.
Header are in the `include/zim` directory but also in `include/zim/creator`
This commit is contained in:
@ -51,7 +51,7 @@ EXPORT_FILES = {
|
||||
'libzim':
|
||||
(INSTALL_DIR, ('lib/x86_64-linux-gnu/libzim.so.{}'.format(main_project_versions['libzim']),
|
||||
'lib/x86_64-linux-gnu/libzim.so.{}'.format(main_project_versions['libzim'][0]),
|
||||
'include/zim/*.h'))
|
||||
'include/zim/**/*.h'))
|
||||
}
|
||||
|
||||
_date = date.today().isoformat()
|
||||
|
Reference in New Issue
Block a user