Skip to content

Commit

Permalink
fix pkg-config generation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
randy408 authored and sarum9in committed Apr 24, 2019
1 parent 0078d6b commit 55d38d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ install_headers(headers)

pkg = import('pkgconfig')

pkg.generate(name: 'zlib',
description: 'zlib compression library',
libraries: zlib)
pkg.generate(zlib,
name: 'zlib',
description: 'zlib compression library')

0 comments on commit 55d38d6

Please sign in to comment.