mirror of
https://git.wownero.com/wownero/wownero-puddle.git
synced 2024-08-15 01:03:20 +00:00
add quick pkg-config output check
This commit is contained in:
parent
cebf73ef35
commit
e8383c73e6
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -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…
Reference in a new issue