mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 07:55:45 +01:00
correct pkg-config command
This commit is contained in:
4
makefile
4
makefile
@@ -45,10 +45,10 @@ 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
|
||||
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!)
|
||||
else
|
||||
$(error neither VCPKG_ROOT nor pkg_config were available!)
|
||||
$(error neither VCPKG_ROOT nor pkg-config were available!)
|
||||
endif
|
||||
|
||||
# use pkg-config to set the include and linker information
|
||||
|
||||
Reference in New Issue
Block a user