summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2021-05-13 08:43:33 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2021-05-13 08:44:27 +0100
commit38fc60486b8862b65d0694de6d3463f62fd3c462 (patch)
tree993ed201cdc0a3f68d575c628efe18762c338938
parentce23f500d13d6f32ed702386caaef7db19c112a2 (diff)
downloadnetsurf-38fc60486b8862b65d0694de6d3463f62fd3c462.tar.gz
netsurf-38fc60486b8862b65d0694de6d3463f62fd3c462.tar.bz2
Windows: Use pkg-config when building on Windows.
-rw-r--r--frontends/windows/Makefile.tools2
1 files changed, 1 insertions, 1 deletions
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