mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
This works; final tweaking.
This commit is contained in:
1
Makefile
1
Makefile
@@ -15,7 +15,6 @@ export EXTENSION = .exe
|
|||||||
else
|
else
|
||||||
|
|
||||||
packages-exist = $(shell pkg-config --exists $(PACKAGES) && echo yes)
|
packages-exist = $(shell pkg-config --exists $(PACKAGES) && echo yes)
|
||||||
$(warning Package check said: $(packages-exist))
|
|
||||||
ifneq ($(packages-exist),yes)
|
ifneq ($(packages-exist),yes)
|
||||||
$(warning These pkg-config packages are installed: $(shell pkg-config --list-all | sort | awk '{print $$1}'))
|
$(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))
|
$(error You must have these pkg-config packages installed: $(PACKAGES))
|
||||||
|
|||||||
Reference in New Issue
Block a user