Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 55d38d6

Browse files
randy408sarum9in
authored andcommitted
fix pkg-config generation warning
1 parent 0078d6b commit 55d38d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

meson.build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ install_headers(headers)
6565

6666
pkg = import('pkgconfig')
6767

68-
pkg.generate(name: 'zlib',
69-
description: 'zlib compression library',
70-
libraries: zlib)
68+
pkg.generate(zlib,
69+
name: 'zlib',
70+
description: 'zlib compression library')

0 commit comments

Comments
 (0)