mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 09:04:22 +01:00
Makefile: our first db-from-0.6.1 bugfix is coming.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
2
Makefile
2
Makefile
@@ -35,7 +35,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(COMPAT),1)
|
ifeq ($(COMPAT),1)
|
||||||
# We support compatibility with pre-0.6.
|
# We support compatibility with pre-0.6.
|
||||||
COMPAT_CFLAGS=-DCOMPAT_V052=1 -DCOMPAT_V060=1
|
COMPAT_CFLAGS=-DCOMPAT_V052=1 -DCOMPAT_V060=1 -DCOMPAT_V061=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PYTEST_OPTS := -v
|
PYTEST_OPTS := -v
|
||||||
|
|||||||
Reference in New Issue
Block a user