mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 09:35:46 +01:00
add log for debugging to makefile, where it logs the PKG_CONFIG_PATH value.
This commit is contained in:
1
makefile
1
makefile
@@ -45,6 +45,7 @@ VCPKG_TRIPLET ?= $(strip \
|
|||||||
|
|
||||||
# override the pkg config path, so it is used instead of system packages
|
# override the pkg config path, so it is used instead of system packages
|
||||||
export PKG_CONFIG_PATH := $(VCPKG_ROOT)/installed/$(VCPKG_TRIPLET)/lib/pkgconfig
|
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),)
|
else ifneq ($(shell which pkg-config),)
|
||||||
$(warning couldn't find VCPKG_ROOT, attempting to use system packages using pkg-config!)
|
$(warning couldn't find VCPKG_ROOT, attempting to use system packages using pkg-config!)
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user