mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-21 11:42:56 +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
|
else
|
||||||
# Building on Windows
|
# Building on Windows
|
||||||
CC := gcc
|
CC := gcc
|
||||||
PKG_CONFIG :=
|
PKG_CONFIG := pkg-config
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user