Disable pkg-config on macOS

This commit is contained in:
Lior Halphon 2022-05-23 22:16:06 +03:00
parent eb60dbce0d
commit abf6e5632c

View File

@ -68,8 +68,11 @@ endif
# Find libraries with pkg-config if available.
ifneq (, $(shell which pkg-config))
# But not on macOS, it's annoying
ifneq ($(PLATFORM),Darwin)
PKG_CONFIG := pkg-config
endif
endif
ifeq ($(PLATFORM),windows32)
# To force use of the Unix version instead of the Windows version