Windows: Use pkg-config when building on Windows.

This commit is contained in:
Michael Drake 2021-05-13 08:43:33 +01:00
parent ce23f500d1
commit 38fc60486b
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ ifneq ($(HOST),windows)
else
# Building on Windows
CC := gcc
PKG_CONFIG :=
PKG_CONFIG := pkg-config
endif