vc: fix library case in manual pkg-config file

This commit is contained in:
Tony Theodore 2018-03-21 22:40:31 +11:00
parent 473f697ba3
commit 2bec08ea9d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ define $(PKG)_BUILD
echo 'Version: $($(PKG)_VERSION)'; \
echo 'Description: $($(PKG)_DESCR)'; \
echo 'Requires:'; \
echo 'Libs: -lvc'; \
echo 'Libs: -lVc'; \
echo 'Cflags.private:';) \
> '$(PREFIX)/$(TARGET)/lib/pkgconfig/$(PKG).pc'