This works; final tweaking.

This commit is contained in:
David Given
2019-12-13 23:53:42 +01:00
parent 98140b0646
commit a8b92d4780

View File

@@ -15,7 +15,6 @@ export EXTENSION = .exe
else
packages-exist = $(shell pkg-config --exists $(PACKAGES) && echo yes)
$(warning Package check said: $(packages-exist))
ifneq ($(packages-exist),yes)
$(warning These pkg-config packages are installed: $(shell pkg-config --list-all | sort | awk '{print $$1}'))
$(error You must have these pkg-config packages installed: $(PACKAGES))