mobile+mod+make: fix Makefile ldflags for mac and mobile

This commit is contained in:
djkazic
2023-01-25 12:23:43 -05:00
parent 5477428525
commit 2f994ceeae
2 changed files with 7 additions and 4 deletions

View File

@@ -200,6 +200,9 @@ https://github.com/lightningnetwork/lnd/pull/6963/)
* [A wire parsing bug has been fixed that would cause lnd to be unable _decode_
certain large transactions](https://github.com/lightningnetwork/lnd/pull/7100).
* [ldflags were being incorrectly passed](
https://github.com/lightningnetwork/lnd/pull/7359)
## Invoices
* Define a new [InvoiceDB](https://github.com/lightningnetwork/lnd/pull/7215)