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 9e1b767 commit 40b6428Copy full SHA for 40b6428
scripts/build-linux-deb.sh
@@ -22,7 +22,7 @@ fatal() {
22
}
23
24
check_dependencies() {
25
- # needed to clone repository
+ # needed to clone repository and generate version from latest tag/commit
26
packages="git"
27
# will pull gcc-aarch64-linux-gnu; should pull a native compiler on arm64
28
# and a cross-compiler on other architectures
0 commit comments