Skip to content

Commit 8055a22

Browse files
committed
build-release: configure before submodcheck
We added a submod dep (lowdown) that requires config to run first.
1 parent e1290b4 commit 8055a22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/build-release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ if [ -z "$MTIME" ]; then
7272
exit 1
7373
fi
7474

75+
# submodcheck needs to know if we have lowdown
76+
./configure --reconfigure
7577
# If it's a completely clean directory, we need submodules!
7678
make submodcheck
7779
mkdir -p release

0 commit comments

Comments
 (0)