From 38fc60486b8862b65d0694de6d3463f62fd3c462 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 13 May 2021 08:43:33 +0100 Subject: Windows: Use pkg-config when building on Windows. --- frontends/windows/Makefile.tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/windows/Makefile.tools') diff --git a/frontends/windows/Makefile.tools b/frontends/windows/Makefile.tools index dff3dfec3..24f0f7fbd 100644 --- a/frontends/windows/Makefile.tools +++ b/frontends/windows/Makefile.tools @@ -15,5 +15,5 @@ ifneq ($(HOST),windows) else # Building on Windows CC := gcc - PKG_CONFIG := + PKG_CONFIG := pkg-config endif -- cgit v1.2.3