From: Bradley Sepos Date: Sat, 6 Aug 2016 02:56:56 +0000 (-0400) Subject: build: Add PKGCONFIG.exe tool. X-Git-Tag: 1.0.0~249 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0efd991702051364e375da06546a64951f24dca;p=handbrake build: Add PKGCONFIG.exe tool. --- diff --git a/make/include/tool.defs b/make/include/tool.defs index 53fdf89eb..6b3995fd0 100644 --- a/make/include/tool.defs +++ b/make/include/tool.defs @@ -13,3 +13,4 @@ ZIP.exe = zip LN.exe = ln GIT.exe = git SED.exe = sed +PKGCONFIG.exe = pkg-config