mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
Windows: Use pkg-config when building on Windows.
This commit is contained in:
parent
ce23f500d1
commit
38fc60486b
@ -15,5 +15,5 @@ ifneq ($(HOST),windows)
|
||||
else
|
||||
# Building on Windows
|
||||
CC := gcc
|
||||
PKG_CONFIG :=
|
||||
PKG_CONFIG := pkg-config
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user