add quick pkg-config output check

master
Jethro Grassie 5 years ago
parent cebf73ef35
commit e8383c73e6
No known key found for this signature in database
GPG Key ID: DE8ED755616565BB

@ -163,6 +163,9 @@ endif
ifeq ($(origin MONERO_BUILD_ROOT), undefined)
$(error You need to set an environment variable MONERO_BUILD_ROOT to your monero build root)
endif
ifndef PKG_LIBS
$(error Missing dependencies)
endif
-include $(DFILES)
-include $(CDFILES)

Loading…
Cancel
Save