mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
Add a new COMPILE_TAGS environment variable that includes all the basic set of tags that lit requires in order for compilation to succeed. Let LND_RELEASE_TAGS then extend these flags. This will let us expand the testing_flags.mk file later without needing to use the LND_RELEASE_TAGS variable there.
1 line
No EOL
101 B
Makefile
1 line
No EOL
101 B
Makefile
COMPILE_TAGS = autopilotrpc signrpc walletrpc chainrpc invoicesrpc watchtowerrpc neutrinorpc peersrpc
|