Skip to content

Commit 162fcb7

Browse files
ShahanaFarooquiendothermicdev
authored andcommitted
tools: Create config.vars before ./configure
1 parent 427c4c5 commit 162fcb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ mkdir -p "$RELEASEDIR"
124124

125125
if [ "$WITHOUT_ZIP" = "false" ]; then
126126
# submodcheck needs to know if we have lowdown
127+
touch config.vars
127128
./configure --reconfigure
128129
# If it's a completely clean directory, we need submodules!
129130
make submodcheck

0 commit comments

Comments
 (0)