make meson pkgconfig module use the correct project name [skip ci]
This commit is contained in:
parent
0dc7c25288
commit
dce20a7e2d
@ -105,7 +105,7 @@ install_subdir('include/toml++/',
|
||||
|
||||
pkgc = import('pkgconfig')
|
||||
pkgc.generate (
|
||||
name: 'toml++',
|
||||
name: meson.project_name(),
|
||||
version: meson.project_version(),
|
||||
description: 'Header-only TOML config file parser and serializer for modern C++'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user