mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-08-18 01:18:31 +08:00
Merge pull request #771 from rsmyth-ecmi/MesonFix
Fix meson pkg-config generation
This commit is contained in:
@ -64,10 +64,10 @@ unity_dep = declare_dependency(
|
||||
if not meson.is_subproject()
|
||||
pkg = import('pkgconfig')
|
||||
pkg.generate(
|
||||
name: meson.project_name(),
|
||||
unity_lib,
|
||||
version: meson.project_version(),
|
||||
libraries: [ unity_lib ],
|
||||
description: 'C Unit testing framework.'
|
||||
subdirs: 'unity',
|
||||
extra_cflags: unity_args,
|
||||
)
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user