We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1290b4 commit 8055a22Copy full SHA for 8055a22
tools/build-release.sh
@@ -72,6 +72,8 @@ if [ -z "$MTIME" ]; then
72
exit 1
73
fi
74
75
+# submodcheck needs to know if we have lowdown
76
+./configure --reconfigure
77
# If it's a completely clean directory, we need submodules!
78
make submodcheck
79
mkdir -p release
0 commit comments