add log for debugging to makefile, where it logs the PKG_CONFIG_PATH value.

This commit is contained in:
2025-06-09 18:04:31 +02:00
parent 4fc1717983
commit 3d0b3a5e1e

View File

@@ -45,6 +45,7 @@ VCPKG_TRIPLET ?= $(strip \
# override the pkg config path, so it is used instead of system packages
export PKG_CONFIG_PATH := $(VCPKG_ROOT)/installed/$(VCPKG_TRIPLET)/lib/pkgconfig
$(info using PKG_CONFIG_PATH: '$(PKG_CONFIG_PATH)')
else ifneq ($(shell which pkg-config),)
$(warning couldn't find VCPKG_ROOT, attempting to use system packages using pkg-config!)
else