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 c0bc470 commit 7d8cb0eCopy full SHA for 7d8cb0e
multibuild.sh
@@ -16,7 +16,7 @@ suffix="$(git describe --exact-match 2>/dev/null | tr v - || true)"
16
17
usage() {
18
cat <<EOF
19
-usage: multibuild.sh [-48abfhmnq] [-s SUFFIX]
+usage: multibuild.sh [-48abfhmnOs] [-s SUFFIX]
20
-4 Enable i686 build (default: no)
21
-8 Enable x86_64 build (default: auto)
22
-a All: Enable all builds
@@ -30,7 +30,7 @@ usage: multibuild.sh [-48abfhmnq] [-s SUFFIX]
30
EOF
31
}
32
33
-while getopts 48abfhmnqs: opt; do
+while getopts 48abfhmnOs: opt; do
34
case $opt in
35
4) arch="$arch w64devkit-i686";;
36
8) arch="$arch w64devkit";;
0 commit comments