Skip to content

Commit

Permalink
build-release: configure before submodcheck
Browse files Browse the repository at this point in the history
We added a submod dep (lowdown) that requires config to run first.
  • Loading branch information
niftynei committed Sep 22, 2022
1 parent e1290b4 commit 8055a22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8055a22

Please sign in to comment.