mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-02 12:44:26 +01:00
build-release: configure before submodcheck
We added a submod dep (lowdown) that requires config to run first.
This commit is contained in:
committed by
Christian Decker
parent
b9a7f36ab3
commit
910116c9e6
@@ -72,6 +72,8 @@ if [ -z "$MTIME" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# submodcheck needs to know if we have lowdown
|
||||
./configure --reconfigure
|
||||
# If it's a completely clean directory, we need submodules!
|
||||
make submodcheck
|
||||
mkdir -p release
|
||||
|
||||
Reference in New Issue
Block a user