diff options
Diffstat (limited to 'makefiles/Makefile.pkgconfig')
-rw-r--r-- | makefiles/Makefile.pkgconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/Makefile.pkgconfig b/makefiles/Makefile.pkgconfig index 14739bd..faf316a 100644 --- a/makefiles/Makefile.pkgconfig +++ b/makefiles/Makefile.pkgconfig @@ -24,7 +24,7 @@ define pkg_config_package_version $$(error pkg-config is required to auto-detect package version) endif - $(1) := $$(shell $$(PKGCONFIG) --version $(2)) + $(1) := $$(shell $$(PKGCONFIG) --modversion $(2)) endef |