Skip to content

Commit 8199040

Browse files
committed
fix: fix installation directory paths for livephototools
Signed-off-by: Zhou Qiankang <[email protected]>
1 parent 1617b83 commit 8199040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pkg.generate(
8787
description: 'A library for live photo conversion',
8888
libraries: liblivephototools,
8989
version: meson.project_version(),
90-
subdirs: 'include/livephototools',
90+
subdirs: 'livephototools',
9191
requires: basic_deps,
9292
)
9393

0 commit comments

Comments
 (0)